[glib: 1/2] Update g_source_remove documentation for the returned value




commit 0c6ed994039a5b6968b49d0e2c802fcd35e48ae3
Author: Guillaume Gomez <guillaume gomez huawei com>
Date:   Mon Oct 11 11:22:44 2021 +0200

    Update g_source_remove documentation for the returned value

 glib/gmain.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/glib/gmain.c b/glib/gmain.c
index ffc21f89b..6ac14a54c 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -2526,6 +2526,8 @@ g_main_context_find_source_by_user_data (GMainContext *context,
  * is called on its (now invalid) source ID.  This source ID may have
  * been reissued, leading to the operation being performed against the
  * wrong source.
+ *
+ * Returns: %TRUE if the source was found and removed.
  **/
 gboolean
 g_source_remove (guint tag)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]