Virtual Method
GObjectObjectget_property
Declaration [src]
void
get_property (
  GObject* object,
  guint property_id,
  GValue* value,
  GParamSpec* pspec
)
Description [src]
The generic getter for all properties of this type. Should be overridden for every type with properties.
Parameters
- property_id
- 
            Type: guintNo description available. 
- value
- 
            Type: GValueNo description available. The data is owned by the caller of the method. 
- pspec
- 
            Type: GParamSpecNo description available. The data is owned by the caller of the method.