mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
Merge branch 'get-binding-data-caller-allocates' into 'main'
gtlsconnection: Fix annotation See merge request GNOME/glib!4598
This commit is contained in:
commit
e237ec6c81
@ -1113,7 +1113,7 @@ g_dtls_connection_get_negotiated_protocol (GDtlsConnection *conn)
|
||||
* g_dtls_connection_get_channel_binding_data:
|
||||
* @conn: a #GDtlsConnection
|
||||
* @type: #GTlsChannelBindingType type of data to fetch
|
||||
* @data: (out callee-allocates)(optional)(transfer none): #GByteArray is
|
||||
* @data: (out caller-allocates) (optional) (transfer none): #GByteArray is
|
||||
* filled with the binding data, or %NULL
|
||||
* @error: a #GError pointer, or %NULL
|
||||
*
|
||||
|
@ -880,7 +880,7 @@ G_DEFINE_QUARK (g-tls-channel-binding-error-quark, g_tls_channel_binding_error)
|
||||
* g_tls_connection_get_channel_binding_data:
|
||||
* @conn: a #GTlsConnection
|
||||
* @type: #GTlsChannelBindingType type of data to fetch
|
||||
* @data: (out callee-allocates)(optional)(transfer none): #GByteArray is
|
||||
* @data: (out caller-allocates) (optional) (transfer none): #GByteArray is
|
||||
* filled with the binding data, or %NULL
|
||||
* @error: a #GError pointer, or %NULL
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user