mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-22 15:19:16 +02: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
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user