From 49bd3d62b5808af29a0756ed91c56b8142f9ab33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 4 Dec 2021 23:27:02 +0100 Subject: [PATCH] libxbps: better document xbps_rpool_foreach --- include/xbps.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/xbps.h.in b/include/xbps.h.in index 23f73b21..7cb1bf59 100644 --- a/include/xbps.h.in +++ b/include/xbps.h.in @@ -1475,6 +1475,8 @@ int xbps_rpool_sync(struct xbps_handle *xhp, const char *uri); * argument can be used in the callbacks to stop immediately the loop if * set to true, otherwise it will only be stopped if it returns a * non-zero value. + * Removes repos failed to open from pool. This condition causes function + * to return error, but don't break the loop. * * @param[in] xhp Pointer to the xbps_handle struct. * @param[in] fn Function callback to execute for every repository registered in