TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.16
Gets the scheme portion of a URI string. RFC 3986 decodes the scheme as:
URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ] Copy
URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
Common schemes include file, https, svn+ssh, etc.
file
https
svn+ssh
a valid URI.
The ‘scheme’ component of the URI, or null on error. The returned string should be freed when no longer needed.
null
2.16
Gets the scheme portion of a URI string. RFC 3986 decodes the scheme as:
Common schemes include
file,https,svn+ssh, etc.