summaryrefslogtreecommitdiff
path: root/gio/gresolver.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gresolver.c')
-rw-r--r--gio/gresolver.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gio/gresolver.c b/gio/gresolver.c
index 676f1e271..a15c203d5 100644
--- a/gio/gresolver.c
+++ b/gio/gresolver.c
@@ -240,9 +240,7 @@ g_resolver_class_init (GResolverClass *resolver_class)
* Since: 2.78
*/
props[PROP_TIMEOUT] =
- g_param_spec_uint ("timeout",
- P_("Timeout"),
- P_("Timeout (ms) applied to all resolver lookups"),
+ g_param_spec_uint ("timeout", NULL, NULL,
0, G_MAXUINT, 0,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY);