summaryrefslogtreecommitdiff
path: root/gio/gwin32registrykey.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gwin32registrykey.c')
-rw-r--r--gio/gwin32registrykey.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gio/gwin32registrykey.c b/gio/gwin32registrykey.c
index df20db102..2076f4992 100644
--- a/gio/gwin32registrykey.c
+++ b/gio/gwin32registrykey.c
@@ -2697,9 +2697,7 @@ g_win32_registry_key_class_init (GWin32RegistryKeyClass *klass)
*/
g_object_class_install_property (gobject_class,
PROP_PATH,
- g_param_spec_string ("path",
- "Path",
- "Path to the key in the registry",
+ g_param_spec_string ("path", NULL, NULL,
NULL,
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT_ONLY |
@@ -2714,9 +2712,7 @@ g_win32_registry_key_class_init (GWin32RegistryKeyClass *klass)
*/
g_object_class_install_property (gobject_class,
PROP_PATH_UTF16,
- g_param_spec_pointer ("path-utf16",
- "Path (UTF-16)",
- "Path to the key in the registry, in UTF-16",
+ g_param_spec_pointer ("path-utf16", NULL, NULL,
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS));