summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_priority_group_list
blob: 7a27b849a2b3d2bd2cc250ded2659faa8d2596fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@deftypefun {int} {gnutls_priority_group_list} (gnutls_priority_t @var{pcache}, const unsigned int ** @var{list})
@var{pcache}: is a @code{gnutls_priority_t}  type.

@var{list}: will point to an integer list

Get a list of available groups in the priority
structure.

@strong{Returns:} the number of items, or an error code.

@strong{Since:} 3.6.0
@end deftypefun