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:
Matthias Clasen
2012-01-25 14:18:34 -05:00
parent ef159af00f
commit 4e9f59bff8
10 changed files with 13 additions and 13 deletions

View File

@@ -1377,7 +1377,7 @@ watch_handler (RegistryEvent *event)
g_object_unref (event->self);
g_slice_free (RegistryEvent, event);
return FALSE;
return G_SOURCE_REMOVE;
};