Uri.getQueryTable

Get the query table from the URI. Keys and values in the table are freed with g_free when they are deleted. A value may be NULL to indicate that the key should appear in the query string in the URI, but does not have a value. Free the returned glib.HashTable with g_hash_table_unref|g_hash_table_unref when it is no longer required. Modifying this hash table will modify the query in the URI.

class Uri
getQueryTable
()

Return Value

Type: HashTable

The query hash table from the URI.

Meta