summaryrefslogtreecommitdiff
path: root/gio/gdbusinterfaceskeleton.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gdbusinterfaceskeleton.c')
-rw-r--r--gio/gdbusinterfaceskeleton.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gio/gdbusinterfaceskeleton.c b/gio/gdbusinterfaceskeleton.c
index a2a79fe3d..81fb975df 100644
--- a/gio/gdbusinterfaceskeleton.c
+++ b/gio/gdbusinterfaceskeleton.c
@@ -192,9 +192,7 @@ g_dbus_interface_skeleton_class_init (GDBusInterfaceSkeletonClass *klass)
*/
g_object_class_install_property (gobject_class,
PROP_G_FLAGS,
- g_param_spec_flags ("g-flags",
- "g-flags",
- "Flags for the interface skeleton",
+ g_param_spec_flags ("g-flags", NULL, NULL,
G_TYPE_DBUS_INTERFACE_SKELETON_FLAGS,
G_DBUS_INTERFACE_SKELETON_FLAGS_NONE,
G_PARAM_READABLE |