ObjectWrap.setProperty
void setProperty(T)(string propertyName, T val)Template for setting a GObject property.
Parameters
propertyName | Name of the GObject property |
val | The value to assign (must match the property value type) |
void setProperty(string propertyName, gobject.value.Value value)Sets a property on an object.
Parameters
propertyName | the name of the property to set |
value | the value |