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