core: use G_SOURCE_REMOVE and G_SOURCE_CONTINUE in GSourceFuncs
This commit is contained in:
@@ -250,7 +250,7 @@ start_cb (void)
|
||||
FALSE,
|
||||
(GAsyncReadyCallback) flash_ready,
|
||||
NULL);
|
||||
return FALSE;
|
||||
return G_SOURCE_REMOVE;
|
||||
}
|
||||
|
||||
int main (int argc, char **argv)
|
||||
|
Reference in New Issue
Block a user