mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
gobject: Deprecate GParameter
GParameter is a rarely used type and not introspectible. https://bugzilla.gnome.org/show_bug.cgi?id=709865
This commit is contained in:
committed by
Philip Withnall
parent
942edbc700
commit
2646c21735
@@ -267,6 +267,8 @@ struct _GParamSpecClass
|
||||
*
|
||||
* The GParameter struct is an auxiliary structure used
|
||||
* to hand parameter name/value pairs to g_object_newv().
|
||||
*
|
||||
* Deprecated: 2.52: This type is not introspectable.
|
||||
*/
|
||||
struct _GParameter /* auxiliary structure for _setv() variants */
|
||||
{
|
||||
|
Reference in New Issue
Block a user