Searched defs:uri_scheme (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/glib/gio/win32/
H A Dgwinhttpfile.c150 const char *uri_scheme)
152 return (g_ascii_strcasecmp (uri_scheme, "http") == 0 ||
153 g_ascii_strcasecmp (uri_scheme, "https") == 0);
149 g_winhttp_file_has_uri_scheme(GFile *file, const char *uri_scheme) argument
/external/bluetooth/glib/gio/
H A Dgdummyfile.c389 const char *uri_scheme)
394 return g_ascii_strcasecmp (uri_scheme, dummy->decoded_uri->scheme) == 0;
388 g_dummy_file_has_uri_scheme(GFile *file, const char *uri_scheme) argument
H A Dgwin32appinfo.c619 g_app_info_get_default_for_uri_scheme (const char *uri_scheme) argument
H A Dglocalfile.c348 const char *uri_scheme)
350 return g_ascii_strcasecmp (uri_scheme, "file") == 0;
347 g_local_file_has_uri_scheme(GFile *file, const char *uri_scheme) argument
H A Dgdesktopappinfo.c1905 * @uri_scheme: a string containing a URI scheme.
1912 * Returns: #GAppInfo for given @uri_scheme or %NULL on error.
1915 g_app_info_get_default_for_uri_scheme (const char *uri_scheme) argument
1964 uri_scheme);
2806 * @uri_scheme: a string containing a URI scheme.
2817 * Returns: #GAppInfo for given @uri_scheme or %NULL on error.
2821 const char *uri_scheme)
2829 return (* iface->get_default_for_uri_scheme) (lookup, uri_scheme);
2820 g_desktop_app_info_lookup_get_default_for_uri_scheme(GDesktopAppInfoLookup *lookup, const char *uri_scheme) argument
H A Dgfile.c344 * @uri_scheme: a string containing a URI scheme.
356 const char *uri_scheme)
361 g_return_val_if_fail (uri_scheme != NULL, FALSE);
365 return (* iface->has_uri_scheme) (file, uri_scheme);
5079 char *uri_scheme; local
5085 uri_scheme = g_file_get_uri_scheme (file);
5086 appinfo = g_app_info_get_default_for_uri_scheme (uri_scheme);
5087 g_free (uri_scheme);
355 g_file_has_uri_scheme(GFile *file, const char *uri_scheme) argument

Completed in 234 milliseconds