Top | ![]() |
![]() |
![]() |
![]() |
#define | GI_IS_PROPERTY_INFO() |
GParamFlags | g_property_info_get_flags () |
GITransfer | g_property_info_get_ownership_transfer () |
GITypeInfo * | g_property_info_get_type () |
GIPropertyInfo represents a property. A property belongs to either a GIObjectInfo or a GIInterfaceInfo.
GParamFlags
g_property_info_get_flags (GIPropertyInfo *info
);
Obtain the flags for this property info. See GParamFlags for more information about possible flag values.
GITransfer
g_property_info_get_ownership_transfer
(GIPropertyInfo *info
);
Obtain the ownership transfer for this property. See GITransfer for more information about transfer values.
GITypeInfo *
g_property_info_get_type (GIPropertyInfo *info
);
Obtain the type information for the property info
.