Blame doc/functions/gnutls_priority_string_list

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {const char *} {gnutls_priority_string_list} (unsigned @var{iter}, unsigned int @var{flags})
Packit Service 4684c1
@var{iter}: an integer counter starting from zero
Packit Service 4684c1
Packit Service 4684c1
@var{flags}: one of @code{GNUTLS_PRIORITY_LIST_INIT_KEYWORDS} , @code{GNUTLS_PRIORITY_LIST_SPECIAL} 
Packit Service 4684c1
Packit Service 4684c1
Can be used to iterate all available priority strings.
Packit Service 4684c1
Due to internal implementation details, there are cases where this
Packit Service 4684c1
function can return the empty string. In that case that string should be ignored.
Packit Service 4684c1
When no strings are available it returns @code{NULL} .
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} a priority string
Packit Service 4684c1
Packit Service 4684c1
@strong{Since:} 3.4.0
Packit Service 4684c1
@end deftypefun