mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
rtsp-auth: fix set_tls_authentication_mode annotation
This commit is contained in:
parent
b7e8198211
commit
99edc9445a
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ gst_rtsp_auth_get_tls_database (GstRTSPAuth * auth)
|
|||
/**
|
||||
* gst_rtsp_auth_set_tls_authentication_mode:
|
||||
* @auth: a #GstRTSPAuth
|
||||
* @mode: (transfer none) (allow-none): a #GTlsAuthenticationMode
|
||||
* @mode: a #GTlsAuthenticationMode
|
||||
*
|
||||
* The #GTlsAuthenticationMode to set on the underlying GTlsServerConnection.
|
||||
* When set to another value than %G_TLS_AUTHENTICATION_NONE,
|
||||
|
|
Loading…
Reference in a new issue