API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
gboolean g_file_has_uri_scheme ( GFile* file, const char* uri_scheme )
Checks to see if a GFile has a given URI scheme.
GFile
This call does no blocking I/O.
uri_scheme
Type: const char*
const char*
A string containing a URI scheme.
Type: gboolean
gboolean
TRUE if GFile‘s backend supports the given URI scheme, FALSE if URI scheme is NULL, not supported, or GFile is invalid.
TRUE
FALSE
NULL