summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_url_is_supported
blob: 218c50febd2dc9ae8e12e5235761690f5636b94a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@deftypefun {unsigned} {gnutls_url_is_supported} (const char * @var{url})
@var{url}: A URI to be tested

Check whether the provided  @code{url} is supported.  Depending on the system libraries
GnuTLS may support pkcs11, tpmkey or other URLs.

@strong{Returns:} return non-zero if the given URL is supported, and zero if
it is not known.

@strong{Since:} 3.1.0
@end deftypefun