Gets a property of an object.
The value can be:
In general, a copy is made of the property contents and the caller is responsible for freeing the memory by calling gobject.value.Value.unset.
Note that gobject.object.ObjectG.getProperty is really intended for language bindings, gobject.object.ObjectG.get is much more convenient for C programming.
the name of the property to get
return location for the property value
Gets a property of an object.
The value can be:
In general, a copy is made of the property contents and the caller is responsible for freeing the memory by calling gobject.value.Value.unset.
Note that gobject.object.ObjectG.getProperty is really intended for language bindings, gobject.object.ObjectG.get is much more convenient for C programming.