Function
GObjectObjectSetPropertyFunc
Declaration
void
(* GObjectSetPropertyFunc) (
GObject* object,
guint property_id,
const GValue* value,
GParamSpec* pspec
)
Parameters
object |
GObject |
A |
|
The data is owned by the caller of the function. | |
property_id |
guint |
The numeric id under which the property was registered with g_object_class_install_property(). |
|
value |
GValue |
The new value for the property. |
|
The data is owned by the caller of the function. | |
pspec |
GParamSpec |
The |
|
The data is owned by the caller of the function. |