Class UriParamsIter

java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.glib.UriParamsIter
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class UriParamsIter extends ProxyInstance
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 g_uri_params_iter_init(). See the documentation for g_uri_params_iter_init() for a usage example.