mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +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:
@@ -67,7 +67,7 @@ my_cmdline_handler (gpointer data)
|
||||
/* we are done handling this commandline */
|
||||
g_object_unref (cmdline);
|
||||
|
||||
return FALSE;
|
||||
return G_SOURCE_REMOVE;
|
||||
}
|
||||
|
||||
static int
|
||||
|
Reference in New Issue
Block a user