summaryrefslogtreecommitdiff
path: root/gio/gtlspassword.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gtlspassword.c')
-rw-r--r--gio/gtlspassword.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/gio/gtlspassword.c b/gio/gtlspassword.c
index 586d76155..0b78bdf4a 100644
--- a/gio/gtlspassword.c
+++ b/gio/gtlspassword.c
@@ -197,26 +197,20 @@ g_tls_password_class_init (GTlsPasswordClass *klass)
gobject_class->finalize = g_tls_password_finalize;
g_object_class_install_property (gobject_class, PROP_FLAGS,
- g_param_spec_flags ("flags",
- P_("Flags"),
- P_("Flags about the password"),
+ g_param_spec_flags ("flags", NULL, NULL,
G_TYPE_TLS_PASSWORD_FLAGS,
G_TLS_PASSWORD_NONE,
G_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS));
g_object_class_install_property (gobject_class, PROP_DESCRIPTION,
- g_param_spec_string ("description",
- P_("Description"),
- P_("Description of what the password is for"),
+ g_param_spec_string ("description", NULL, NULL,
NULL,
G_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS));
g_object_class_install_property (gobject_class, PROP_WARNING,
- g_param_spec_string ("warning",
- P_("Warning"),
- P_("Warning about the password"),
+ g_param_spec_string ("warning", NULL, NULL,
NULL,
G_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS));