mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
docs: Fix various typos in linked symbol names
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
d6aa393578
commit
dd77a87cf8
@ -744,7 +744,7 @@ g_tls_database_lookup_certificate_for_handle_async (GTlsDatabase *sel
|
||||
* @error: a #GError pointer, or %NULL
|
||||
*
|
||||
* Finish an asynchronous lookup of a certificate by its handle. See
|
||||
* g_tls_database_lookup_certificate_by_handle() for more information.
|
||||
* g_tls_database_lookup_certificate_for_handle() for more information.
|
||||
*
|
||||
* If the handle is no longer valid, or does not point to a certificate in
|
||||
* this database, then %NULL will be returned.
|
||||
|
@ -23,7 +23,7 @@
|
||||
* descriptors that it contains, closing them when finalized.
|
||||
*
|
||||
* It may be wrapped in a #GUnixFDMessage and sent over a #GSocket in
|
||||
* the %G_SOCKET_ADDRESS_UNIX family by using g_socket_send_message()
|
||||
* the %G_SOCKET_FAMILY_UNIX family by using g_socket_send_message()
|
||||
* and received using g_socket_receive_message().
|
||||
*
|
||||
* Note that `<gio/gunixfdlist.h>` belongs to the UNIX-specific GIO
|
||||
|
@ -22,7 +22,7 @@
|
||||
* This #GSocketControlMessage contains a #GUnixFDList.
|
||||
* It may be sent using g_socket_send_message() and received using
|
||||
* g_socket_receive_message() over UNIX sockets (ie: sockets in the
|
||||
* %G_SOCKET_ADDRESS_UNIX family). The file descriptors are copied
|
||||
* %G_SOCKET_FAMILY_UNIX family). The file descriptors are copied
|
||||
* between processes by the kernel.
|
||||
*
|
||||
* For an easier way to send and receive file descriptors over
|
||||
|
Loading…
Reference in New Issue
Block a user