mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
application: Fix marshaler for GVariant gtype change
Use VARIANT instead of BOXED.
This commit is contained in:
parent
a14c820aa9
commit
9d0b941da6
@ -655,7 +655,7 @@ gtk_application_class_init (GtkApplicationClass *klass)
|
|||||||
G_SIGNAL_RUN_LAST,
|
G_SIGNAL_RUN_LAST,
|
||||||
G_STRUCT_OFFSET (GtkApplicationClass, activated),
|
G_STRUCT_OFFSET (GtkApplicationClass, activated),
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
g_cclosure_marshal_VOID__BOXED,
|
g_cclosure_marshal_VOID__VARIANT,
|
||||||
G_TYPE_NONE, 1,
|
G_TYPE_NONE, 1,
|
||||||
G_TYPE_VARIANT);
|
G_TYPE_VARIANT);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user