[glib/glib-2-32] Fix the 'Since' tag for G_SOURCE_{REMOVE,CONTINUE}
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-32] Fix the 'Since' tag for G_SOURCE_{REMOVE,CONTINUE}
- Date: Sat, 14 Jul 2012 23:23:10 +0000 (UTC)
commit 1eea903dcf1a11da8ab462d796e499af0ff5cc64
Author: Neil Roberts <neil linux intel com>
Date: Mon Jul 2 13:41:32 2012 +0100
Fix the 'Since' tag for G_SOURCE_{REMOVE,CONTINUE}
The Since tag for these was saying 2.28 but it was actually added in
2.31. It looks like all of the Since tags list stable version numbers
so this patch bumps that up to 2.32.
https://bugzilla.gnome.org/show_bug.cgi?id=679258
glib/gmain.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gmain.h b/glib/gmain.h
index cba45fd..fadf7fc 100644
--- a/glib/gmain.h
+++ b/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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]