gobject.gid_builder

Module for [GidBuilder] class

Types 1

classGidBuilder(T)

giD GObject builder base class

Fields
immutable(char) *[] _propNames
GValue[] _propValues
Methods
T _self()
T setProperty(V)(immutable(char) * name, V val)Set a property. Params: name = The property name val = The D type value to assign to the property
GObject * createGObject(GType gtype)Build the object. Returns: New D wrapped ObjectWrap
Destructors