ProviderInfo

The functions in this section allow applications an easy access to the libgda configuration, thus making them able to access the list of data sources configured in the system, for instance.

Constructors

this
this(GdaProviderInfo* gdaProviderInfo)

Sets our main struct and passes it to the parent class

this
this(ListG glist)

Members

Functions

description
string description()
gda_params
ListG gda_params()
getProviderInfoStruct
GdaProviderInfo* getProviderInfoStruct()
Undocumented in source. Be warned that the author may not have intended to support it.
getStruct
void* getStruct()

the main Gtk struct as a void*

id
string id()
infoCopy
ProviderInfo infoCopy()

Creates a new GdaProviderInfo structure from an existing one.

infoFree
void infoFree()

Deallocates all memory associated to the given GdaProviderInfo.

location
string location()

Static functions

infoGetType
GType infoGetType()

Variables

gdaProviderInfo
GdaProviderInfo* gdaProviderInfo;

the main Gtk struct

Meta