gda.attributes_manager

Module for [AttributesManager] class

Types 1

Fields
GdaAttributesManager * _cInstancePtr
bool owned
Methods
void * _cPtr() nothrow
void clear(void * ptr = null) nothrow
void foreach_(void * ptr, gda.types.AttributesManagerFunc func) nothrow
gobject.value.Value get(void * ptr, string attName) nothrow
void set(void * ptr, string attName, gobject.value.Value value) nothrow
void setFull(void * ptr, string attName, gobject.value.Value value, glib.types.DestroyNotify destroy) nothrow
Constructors
this(void * ptr, Flag!"Take" take)