ObjectGetPropertyFunc
Description:
[ CCode ( has_target = false ) ]
public delegate void ObjectGetPropertyFunc (Object object, uint property_id, ref Value value, ParamSpec pspec)
public delegate void ObjectGetPropertyFunc (Object object, uint property_id, ref Value value, ParamSpec pspec)
The type of the get_property function of ObjectClass.
Parameters:
| object |
a Object |
| property_id |
the numeric id under which the property was registered with install_property. |
| value |
a Value to return the property value in |
| pspec |
the ParamSpec describing the property |
Namespace: GLib
Package: gobject-2.0