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