mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Fix up gapplication example
This commit is contained in:
parent
67c03fee2a
commit
38bc42d18e
@ -67,6 +67,7 @@ test_application_init (TestApplication *app)
|
||||
static void
|
||||
test_application_class_init (TestApplicationClass *class)
|
||||
{
|
||||
G_OBJECT_CLASS (class)->finalize = test_application_finalize;
|
||||
G_APPLICATION_CLASS (class)->local_command_line = test_local_cmdline;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user