[glib/glib-2-32] Fix the 'Since' tag for G_SOURCE_{REMOVE,CONTINUE}



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]