mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +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
@@ -264,9 +264,7 @@ g_unix_credentials_message_class_init (GUnixCredentialsMessageClass *class)
|
||||
*/
|
||||
g_object_class_install_property (gobject_class,
|
||||
PROP_CREDENTIALS,
|
||||
g_param_spec_object ("credentials",
|
||||
P_("Credentials"),
|
||||
P_("The credentials stored in the message"),
|
||||
g_param_spec_object ("credentials", NULL, NULL,
|
||||
G_TYPE_CREDENTIALS,
|
||||
G_PARAM_READABLE |
|
||||
G_PARAM_WRITABLE |
|
||||
|
Reference in New Issue
Block a user