summaryrefslogtreecommitdiff
path: root/gio/gdbusobjectskeleton.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2011-07-19 14:18:10 -0300
committerJohan Dahlin <jdahlin@litl.com>2011-07-19 14:38:34 -0300
commitec98953e42a20061427b20681d1e31501907e2fa (patch)
treef14a61fd99168104a4ed798302dd5f5078eb4dbe /gio/gdbusobjectskeleton.c
parentfa2861e3b6109e002b68aa105b5ecbcba88724c1 (diff)
downloadglib-ec98953e42a20061427b20681d1e31501907e2fa.tar.gz
Pass in NULL instead of g_cclosure_marshal_generic
NULL is now a shortcut for g_cclosure_marshal_generic, so avoid referencing it directly. https://bugzilla.gnome.org/show_bug.cgi?id=654917
Diffstat (limited to 'gio/gdbusobjectskeleton.c')
-rw-r--r--gio/gdbusobjectskeleton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gdbusobjectskeleton.c b/gio/gdbusobjectskeleton.c
index 365cdfe7e..869007e4d 100644
--- a/gio/gdbusobjectskeleton.c
+++ b/gio/gdbusobjectskeleton.c
@@ -186,7 +186,7 @@ g_dbus_object_skeleton_class_init (GDBusObjectSkeletonClass *klass)
G_STRUCT_OFFSET (GDBusObjectSkeletonClass, authorize_method),
_g_signal_accumulator_false_handled,
NULL,
- g_cclosure_marshal_generic,
+ NULL,
G_TYPE_BOOLEAN,
2,
G_TYPE_DBUS_INTERFACE_SKELETON,