glib.UriParamsIter

Undocumented in source.

Public Imports

glib.c.types
public import glib.c.types;
Undocumented in source.

Members

Classes

UriParamsIter
class UriParamsIter

Many URI schemes include one or more attribute/value pairs as part of the URI value. For example scheme://server/path?query=string&is=there has two attributes – query=string and is=there – in its query part.

Meta