finch/libgnt/gntentry.c

changeset 38366
68c94444252e
parent 36257
c5445f25f90f
--- a/finch/libgnt/gntentry.c	Thu Jun 01 21:35:39 2017 -0500
+++ b/finch/libgnt/gntentry.c	Thu Jun 01 21:31:43 2017 -0500
@@ -26,7 +26,6 @@
 #include "gntinternal.h"
 #include "gntbox.h"
 #include "gntentry.h"
-#include "gntmarshal.h"
 #include "gntstyle.h"
 #include "gnttree.h"
 #include "gntutils.h"
@@ -951,16 +950,14 @@
 					 G_TYPE_FROM_CLASS(klass),
 					 G_SIGNAL_RUN_LAST,
 					 G_STRUCT_OFFSET(GntEntryClass, text_changed),
-					 NULL, NULL,
-					 g_cclosure_marshal_VOID__VOID,
+					 NULL, NULL, NULL,
 					 G_TYPE_NONE, 0);
 
 	signals[SIG_COMPLETION] =
 		g_signal_new("completion",
 					 G_TYPE_FROM_CLASS(klass),
 					 G_SIGNAL_RUN_LAST,
-					 0, NULL, NULL,
-					 gnt_closure_marshal_VOID__POINTER_POINTER,
+					 0, NULL, NULL, NULL,
 					 G_TYPE_NONE, 2, G_TYPE_POINTER, G_TYPE_POINTER);
 
 	gnt_bindable_class_register_action(bindable, "cursor-home", move_start,

mercurial