Function
GObjectObjectGetPropertyFunc
Declaration
void
(* GObjectGetPropertyFunc) (
  GObject* object,
  guint property_id,
  GValue* value,
  GParamSpec* pspec
)
Parameters
- object
- 
            Type: GObjectA GObject.The data is owned by the caller of the function. 
- property_id
- 
            Type: guintThe numeric id under which the property was registered with g_object_class_install_property(). 
- value
- 
            Type: GValueA GValueto return the property value in.The data is owned by the caller of the function. 
- pspec
- 
            Type: GParamSpecThe GParamSpecdescribing the property.The data is owned by the caller of the function.