1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-01 05:13:06 +02:00

Merge branch 'mywork' into 'master'

glib: Improved documentation of GSourceFuncs

Closes 

See merge request 
This commit is contained in:
Philip Withnall 2021-05-10 15:15:58 +00:00
commit e8329b5219

@ -264,8 +264,8 @@ typedef void (*GSourceDummyMarshal) (void);
struct _GSourceFuncs
{
gboolean (*prepare) (GSource *source,
gint *timeout_);
gboolean (*check) (GSource *source);
gint *timeout_);/* Can be NULL */
gboolean (*check) (GSource *source);/* Can be NULL */
gboolean (*dispatch) (GSource *source,
GSourceFunc callback,
gpointer user_data);