Function
GObjectObjectGetPropertyFunc
Declaration
void
(* GObjectGetPropertyFunc) (
GObject* object,
guint property_id,
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
A
GValue
to return the property value in.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.