summaryrefslogtreecommitdiff
path: root/gio/gdbusobjectproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gdbusobjectproxy.c')
-rw-r--r--gio/gdbusobjectproxy.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gio/gdbusobjectproxy.c b/gio/gdbusobjectproxy.c
index ac5e4482a..b9434adae 100644
--- a/gio/gdbusobjectproxy.c
+++ b/gio/gdbusobjectproxy.c
@@ -154,9 +154,7 @@ g_dbus_object_proxy_class_init (GDBusObjectProxyClass *klass)
*/
g_object_class_install_property (gobject_class,
PROP_G_OBJECT_PATH,
- g_param_spec_string ("g-object-path",
- "Object Path",
- "The object path of the proxy",
+ g_param_spec_string ("g-object-path", NULL, NULL,
NULL,
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT_ONLY |
@@ -171,9 +169,7 @@ g_dbus_object_proxy_class_init (GDBusObjectProxyClass *klass)
*/
g_object_class_install_property (gobject_class,
PROP_G_CONNECTION,
- g_param_spec_object ("g-connection",
- "Connection",
- "The connection of the proxy",
+ g_param_spec_object ("g-connection", NULL, NULL,
G_TYPE_DBUS_CONNECTION,
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT_ONLY |