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