GUriParamsIter

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.

A #GUriParamsIter structure represents an iterator that can be used to iterate over the attribute/value pairs of a URI query string. #GUriParamsIter structures are typically allocated on the stack and then initialized with glib.uri_params_iter.UriParamsIter.init_. See the documentation for glib.uri_params_iter.UriParamsIter.init_ for a usage example.

Members

Variables

dummy0
int dummy0;
dummy1
void* dummy1;
dummy2
void* dummy2;
dummy3
ubyte[256] dummy3;