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
This commit is contained in:
Neil Roberts 2012-07-02 13:41:32 +01:00
parent 938c28b36b
commit 489b947c3b

View File

@ -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