diff options
author | Christian Hergert <chergert@redhat.com> | 2019-05-29 13:48:33 -0700 |
---|---|---|
committer | Christian Hergert <chergert@redhat.com> | 2019-05-29 13:48:33 -0700 |
commit | 82afe850e8721880d7fe5b01c2510926e568c66a (patch) | |
tree | 31a61e959b2ee1cb2f2847ab114152264f71daa7 /gtk/gtkstyleprovider.c | |
parent | 164e362ec23acd55bb685965492b44943ab3200b (diff) | |
download | gtk+-82afe850e8721880d7fe5b01c2510926e568c66a.tar.gz |
marshallers: add missing g_cclosure_marshal_VOID__VOID fixes
Diffstat (limited to 'gtk/gtkstyleprovider.c')
-rw-r--r-- | gtk/gtkstyleprovider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyleprovider.c b/gtk/gtkstyleprovider.c index 3fb0f49afa..b9c19cd206 100644 --- a/gtk/gtkstyleprovider.c +++ b/gtk/gtkstyleprovider.c @@ -50,7 +50,7 @@ gtk_style_provider_default_init (GtkStyleProviderInterface *iface) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GtkStyleProviderInterface, changed), NULL, NULL, - g_cclosure_marshal_VOID__VOID, + NULL, G_TYPE_NONE, 0); } |