Method

GLibUriget_scheme

since: 2.66

Declaration [src]

const gchar*
g_uri_get_scheme (
  GUri* uri
)

Description [src]

Gets uris scheme. Note that this will always be all-lowercase, regardless of the string or strings that uri was created from.

Available since: 2.66

Return value

Type: const gchar*

uris scheme.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.