Merge branch 'get-binding-data-caller-allocates' into 'main'

gtlsconnection: Fix annotation

See merge request GNOME/glib!4598
This commit is contained in:
Michael Catanzaro 2025-04-14 17:28:24 +00:00
commit e237ec6c81
2 changed files with 2 additions and 2 deletions

View File

@ -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
*

View File

@ -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
*