summaryrefslogtreecommitdiff
path: root/gio/gdebugcontrollerdbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gdebugcontrollerdbus.c')
-rw-r--r--gio/gdebugcontrollerdbus.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gio/gdebugcontrollerdbus.c b/gio/gdebugcontrollerdbus.c
index ce0f70383..f5b75b20b 100644
--- a/gio/gdebugcontrollerdbus.c
+++ b/gio/gdebugcontrollerdbus.c
@@ -561,8 +561,7 @@ g_debug_controller_dbus_class_init (GDebugControllerDBusClass *klass)
* Since: 2.72
*/
props[PROP_CONNECTION] =
- g_param_spec_object ("connection", "D-Bus Connection",
- "The D-Bus connection to expose the debugging interface on.",
+ g_param_spec_object ("connection", NULL, NULL,
G_TYPE_DBUS_CONNECTION,
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT_ONLY |