Sets our main struct and passes it to the parent class
Creates a new GdaQuarkList, which is a set of key->value pairs, very similar to GLib's GHashTable, but with the only purpose to make easier the parsing and creation of data source connection strings.
Creates a new GdaQuarkList given a connection string.
Adds new key->value pairs from the given string. If cleanup is set to TRUE, the previous contents will be discarded before adding the new pairs.
Removes all strings in the given GdaQuarkList.
Creates a new GdaQuarkList from an existing one.
Searches for the value identified by name in the given GdaQuarkList.
Releases all memory occupied by the given GdaQuarkList.
Get the main Gtk struct
the main Gtk struct as a void*
Removes an entry from the GdaQuarkList, given its name.
the main Gtk struct
Parameter lists are used primary in the parsing and creation of connection strings.