Function
GObjectObjectSetPropertyFunc
Declaration
void
(* GObjectSetPropertyFunc) (
  GObject* object,
  guint property_id,
  const 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: GValueThe new value for the property. 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.