mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-26 10:58:53 +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
@@ -192,9 +192,7 @@ g_dbus_interface_skeleton_class_init (GDBusInterfaceSkeletonClass *klass)
|
||||
*/
|
||||
g_object_class_install_property (gobject_class,
|
||||
PROP_G_FLAGS,
|
||||
g_param_spec_flags ("g-flags",
|
||||
"g-flags",
|
||||
"Flags for the interface skeleton",
|
||||
g_param_spec_flags ("g-flags", NULL, NULL,
|
||||
G_TYPE_DBUS_INTERFACE_SKELETON_FLAGS,
|
||||
G_DBUS_INTERFACE_SKELETON_FLAGS_NONE,
|
||||
G_PARAM_READABLE |
|
||||
|
Reference in New Issue
Block a user