summaryrefslogtreecommitdiff
path: root/libwnck/class-group.c
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2013-07-20 16:40:38 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2013-07-20 16:40:38 +0200
commit22eb59b4558041434968509f5c96d8c1c0073c9b (patch)
tree2e71e977a0c775d01304ec0f35791a3f83500264 /libwnck/class-group.c
parent5db5b6be8b26800687350c4dc17045280e20aeb0 (diff)
downloadlibwnck-22eb59b4558041434968509f5c96d8c1c0073c9b.tar.gz
libwnck: remove dependency on glib-genmarshal, use generic marshaller
Diffstat (limited to 'libwnck/class-group.c')
-rw-r--r--libwnck/class-group.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libwnck/class-group.c b/libwnck/class-group.c
index 6676d49..1a033db 100644
--- a/libwnck/class-group.c
+++ b/libwnck/class-group.c
@@ -110,8 +110,7 @@ wnck_class_group_class_init (WnckClassGroupClass *class)
G_OBJECT_CLASS_TYPE (gobject_class),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (WnckClassGroupClass, name_changed),
- NULL, NULL,
- g_cclosure_marshal_VOID__VOID,
+ NULL, NULL, NULL,
G_TYPE_NONE, 0);
/**
* WnckClassGroup::icon-changed:
@@ -124,8 +123,7 @@ wnck_class_group_class_init (WnckClassGroupClass *class)
G_OBJECT_CLASS_TYPE (gobject_class),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (WnckClassGroupClass, icon_changed),
- NULL, NULL,
- g_cclosure_marshal_VOID__VOID,
+ NULL, NULL, NULL,
G_TYPE_NONE, 0);
}