mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
e G_SOURCE_CONTINUE/REMOVE internally
Now that we have these macros, we should use them. This commit covers everything in gio/.
This commit is contained in:
@@ -1377,7 +1377,7 @@ watch_handler (RegistryEvent *event)
|
||||
g_object_unref (event->self);
|
||||
|
||||
g_slice_free (RegistryEvent, event);
|
||||
return FALSE;
|
||||
return G_SOURCE_REMOVE;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user