@deftypefun {int} {gnutls_priority_ecc_curve_list} (gnutls_priority_t @var{pcache}, const unsigned int ** @var{list}) @var{pcache}: is a @code{gnutls_prioritity_t} type. @var{list}: will point to an integer list Get a list of available elliptic curves in the priority structure. @strong{Deprecated:} This function has been replaced by @code{gnutls_priority_group_list()} since 3.6.0. @strong{Returns:} the number of items, or an error code. @strong{Since:} 3.0 @end deftypefun