[ Version ( since = "1.6" ) ]
public HashTable<string,string>? get_query_table ()
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 GenericSet with
g_hash_table_unref
() when it is no longer required. Modifying this hash table will modify the query in the URI.
this |
The Uri to get the query table from. |
The query hash table from the URI. |