summaryrefslogtreecommitdiff
path: root/glib/glib/gmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/glib/gmain.h')
-rw-r--r--glib/glib/gmain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/glib/gmain.h b/glib/glib/gmain.h
index cba45fd..fadf7fc 100644
--- a/glib/glib/gmain.h
+++ b/glib/glib/gmain.h
@@ -266,7 +266,7 @@ struct _GSourceFuncs
* Use this macro as the return value of a #GSourceFunc to remove
* the #GSource from the main loop.
*
- * Since: 2.28
+ * Since: 2.32
*/
#define G_SOURCE_REMOVE FALSE
@@ -276,7 +276,7 @@ struct _GSourceFuncs
* Use this macro as the return value of a #GSourceFunc to leave
* the #GSource in the main loop.
*
- * Since: 2.28
+ * Since: 2.32
*/
#define G_SOURCE_CONTINUE TRUE