Uri.getQueryStringOrdered

Get a percent encoded URI query string from the uri, with query parameters in the order provided by the keys list. Only parameter keys in the list will be added to the resulting URI string. This method can be used by retrieving the keys with gst.uri.Uri.getQueryKeys and then sorting the list, for example.

class Uri
string
getQueryStringOrdered
(
string[] keys = null
)

Parameters

keys string[]

A GList containing the query argument key strings.

Return Value

Type: string

A percent encoded query string. Use glib.global.gfree when no longer needed.