Free-function: gda_quark_list_free
QuarkList.newFromString
gda.quark_list.QuarkList newFromString(string string_)Creates a new #GdaQuarkList given a string.
string must be a semi-colon separated list of "<key>=<value>" strings (for example "DB_NAME=notes;USERNAME=alfred"). Each key and value must respect the RFC 1738 recommendations: the
<constant><>"#%{}|\^~[]';/?:@=&</constant> and space characters are replaced by
<constant>"%ab"</constant> where
<constant>ab</constant> is the hexadecimal number corresponding to the character (for example the
"DB_NAME=notes;USERNAME=al%20fred`" string will specify a username as "al fred"). If this formalism
is not respected, then some unexpected results may occur.
Parameters
string_ | a string. |
Returns
the newly created #GdaQuarkList.