mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
docs: g_socket_{get,set}_option: Fix the link to gnetworking.h
This commit is contained in:
parent
9f6afbdb33
commit
03a2ec8fee
@ -6427,7 +6427,7 @@ g_socket_get_credentials (GSocket *socket,
|
|||||||
* getsockopt(). (If you need to fetch a non-integer-valued option,
|
* getsockopt(). (If you need to fetch a non-integer-valued option,
|
||||||
* you will need to call getsockopt() directly.)
|
* you will need to call getsockopt() directly.)
|
||||||
*
|
*
|
||||||
* The [`<gio/gnetworking.h>`][gio-gnetworking.h]
|
* The [`<gio/gnetworking.h>`](networking.html)
|
||||||
* header pulls in system headers that will define most of the
|
* header pulls in system headers that will define most of the
|
||||||
* standard/portable socket options. For unusual socket protocols or
|
* standard/portable socket options. For unusual socket protocols or
|
||||||
* platform-dependent options, you may need to include additional
|
* platform-dependent options, you may need to include additional
|
||||||
@ -6499,7 +6499,7 @@ g_socket_get_option (GSocket *socket,
|
|||||||
* setsockopt(). (If you need to set a non-integer-valued option,
|
* setsockopt(). (If you need to set a non-integer-valued option,
|
||||||
* you will need to call setsockopt() directly.)
|
* you will need to call setsockopt() directly.)
|
||||||
*
|
*
|
||||||
* The [`<gio/gnetworking.h>`][gio-gnetworking.h]
|
* The [`<gio/gnetworking.h>`](networking.html)
|
||||||
* header pulls in system headers that will define most of the
|
* header pulls in system headers that will define most of the
|
||||||
* standard/portable socket options. For unusual socket protocols or
|
* standard/portable socket options. For unusual socket protocols or
|
||||||
* platform-dependent options, you may need to include additional
|
* platform-dependent options, you may need to include additional
|
||||||
|
Loading…
Reference in New Issue
Block a user