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/gtkprinteroptionset.c | |
parent | 164e362ec23acd55bb685965492b44943ab3200b (diff) | |
download | gtk+-82afe850e8721880d7fe5b01c2510926e568c66a.tar.gz |
marshallers: add missing g_cclosure_marshal_VOID__VOID fixes
Diffstat (limited to 'gtk/gtkprinteroptionset.c')
-rw-r--r-- | gtk/gtkprinteroptionset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprinteroptionset.c b/gtk/gtkprinteroptionset.c index 4e6dbee4c9..8fe831bf56 100644 --- a/gtk/gtkprinteroptionset.c +++ b/gtk/gtkprinteroptionset.c @@ -72,7 +72,7 @@ gtk_printer_option_set_class_init (GtkPrinterOptionSetClass *class) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GtkPrinterOptionSetClass, changed), NULL, NULL, - g_cclosure_marshal_VOID__VOID, + NULL, G_TYPE_NONE, 0); } |