mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
gio: Fix docs links to description of I/O priority
There are a lot of links to the description of I/O priority in the GIO docs, and they’re all currently broken since the docs build was ported to gi-docgen. Use a simple find and replace (see below) to fix them. This doesn’t port any of the surrounding docs to gi-docgen format, but should still improve things overall. ```sh git search-replace --fix '\[I/O priority\]\[io-priority\]///[I/O priority](iface.AsyncResult.html#io-priority)' ``` Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3250
This commit is contained in:
@@ -980,7 +980,7 @@ g_tls_connection_handshake (GTlsConnection *conn,
|
||||
/**
|
||||
* g_tls_connection_handshake_async:
|
||||
* @conn: a #GTlsConnection
|
||||
* @io_priority: the [I/O priority][io-priority] of the request
|
||||
* @io_priority: the [I/O priority](iface.AsyncResult.html#io-priority) of the request
|
||||
* @cancellable: (nullable): a #GCancellable, or %NULL
|
||||
* @callback: callback to call when the handshake is complete
|
||||
* @user_data: the data to pass to the callback function
|
||||
|
Reference in New Issue
Block a user