mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +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:
@@ -167,7 +167,7 @@ poll_file_timeout (gpointer data)
|
||||
g_file_query_info_async (poll_monitor->file, G_FILE_ATTRIBUTE_ETAG_VALUE "," G_FILE_ATTRIBUTE_STANDARD_SIZE,
|
||||
0, 0, NULL, got_new_info, g_object_ref (poll_monitor));
|
||||
|
||||
return FALSE;
|
||||
return G_SOURCE_REMOVE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user