core: use G_SOURCE_REMOVE and G_SOURCE_CONTINUE in GSourceFuncs
This commit is contained in:
@@ -453,7 +453,7 @@ start_device_added_idle (StartDeviceAdded *ctx)
|
||||
g_object_unref (ctx->self);
|
||||
g_object_unref (ctx->device);
|
||||
g_slice_free (StartDeviceAdded, ctx);
|
||||
return FALSE;
|
||||
return G_SOURCE_REMOVE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user