mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 22:23:39 +02:00
Remove all nicks and blurbs from param specs
Nicks and blurbs don't have any practical use for gio/gobject libraries. Leaving tests untouched since this features is still used by other libraries. Closes #2991
This commit is contained in:
committed by
Philip Withnall
parent
f3aebf0c15
commit
0d268c4825
@@ -236,9 +236,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);
|
||||
|
||||
|
Reference in New Issue
Block a user