G-Golf Property Info low level API.
GIPropertyInfo — Struct representing a property.
GIBaseInfoInfo
+— GIPropertyInfo
GIPropertyInfo
represents a property. A property belongs to
either a GIObjectInfo
or a GIInterfaceInfo
.
Note: in this section, the info argument is [must be] a pointer to
a GIPropertyInfo
.
Returns an integer.
Obtains and returns the GType
value of the property.
Returns a list of %g-param-flags.
Obtain the flags for this property info. See GParamSpec for the list of possible flag values.
Returns the ownership transfer for this property.
Obtain the ownership transfer for this property. See %gi-transfer for more information about transfer values.
Returns a pointer to a GITypeInfo
.
Obtain the type information for this property. The GITypeInfo
must be free’d using g-base-info-unref
when done.