examples, tests: Replace deprecations

‘G_APPLICATION_FLAGS_NONE’ is deprecated: Use
'G_APPLICATION_DEFAULT_FLAGS' instead.
This commit is contained in:
Akbarkhon Variskhanov
2022-11-19 23:23:50 +05:00
parent 433b72fa21
commit b7a1941ab5
8 changed files with 8 additions and 8 deletions

View File

@ -202,7 +202,7 @@ test_app_new (void)
test_app = g_object_new (test_app_get_type (),
"application-id", "org.gtk.testlist4",
"flags", G_APPLICATION_FLAGS_NONE,
"flags", G_APPLICATION_DEFAULT_FLAGS,
NULL);
return test_app;