mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
Merge branch 'benzea/mark-g-source-func' into 'master'
gmain: Mark G_SOURCE_FUNC as available in 2.58 See merge request GNOME/glib!1322
This commit is contained in:
commit
afde4a2c72
@ -188,7 +188,7 @@ typedef gboolean (*GSourceFunc) (gpointer user_data);
|
|||||||
*
|
*
|
||||||
* Since: 2.58
|
* Since: 2.58
|
||||||
*/
|
*/
|
||||||
#define G_SOURCE_FUNC(f) ((GSourceFunc) (void (*)(void)) (f))
|
#define G_SOURCE_FUNC(f) ((GSourceFunc) (void (*)(void)) (f)) GLIB_AVAILABLE_MACRO_IN_2_58
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GChildWatchFunc:
|
* GChildWatchFunc:
|
||||||
|
Loading…
Reference in New Issue
Block a user