Blame doc/functions/gnutls_srtp_get_profile_id

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_srtp_get_profile_id} (const char * @var{name}, gnutls_srtp_profile_t * @var{profile})
Packit Service 4684c1
@var{name}: The name of the profile to look up
Packit Service 4684c1
Packit Service 4684c1
@var{profile}: Will hold the profile id
Packit Service 4684c1
Packit Service 4684c1
This function allows you to look up a profile based on a string.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned,
Packit Service 4684c1
otherwise a negative error code is returned.
Packit Service 4684c1
Packit Service 4684c1
Since 3.1.4
Packit Service 4684c1
@end deftypefun