mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
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:
parent
938c28b36b
commit
489b947c3b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user