mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
Remove deprecated Glib symbols
This commit is contained in:
@ -75,8 +75,7 @@ signal_handler (int signo,
|
|||||||
|
|
||||||
dump_data (app);
|
dump_data (app);
|
||||||
|
|
||||||
while (g_main_iteration (FALSE))
|
while (g_main_context_iteration (NULL, FALSE));
|
||||||
;
|
|
||||||
|
|
||||||
g_main_loop_quit (app->main_loop);
|
g_main_loop_quit (app->main_loop);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user