mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 09:28:54 +02:00
Eradicate links and xrefs
These are all replaced by markdown ref links.
This commit is contained in:
@@ -50,9 +50,9 @@
|
||||
*
|
||||
* The #GIOChannel data type aims to provide a portable method for
|
||||
* using file descriptors, pipes, and sockets, and integrating them
|
||||
* into the <link linkend="glib-The-Main-Event-Loop">main event
|
||||
* loop</link>. Currently full support is available on UNIX platforms,
|
||||
* support for Windows is only partially complete.
|
||||
* into the [main event loop][glib-The-Main-Event-Loop]. Currently,
|
||||
* full support is available on UNIX platforms, support for Windows
|
||||
* is only partially complete.
|
||||
*
|
||||
* To create a new #GIOChannel on UNIX systems use
|
||||
* g_io_channel_unix_new(). This works for plain file descriptors,
|
||||
@@ -64,9 +64,8 @@
|
||||
* g_io_channel_write_chars(), g_io_channel_seek_position(), and
|
||||
* g_io_channel_shutdown().
|
||||
*
|
||||
* To add a #GIOChannel to the <link
|
||||
* linkend="glib-The-Main-Event-Loop">main event loop</link> use
|
||||
* g_io_add_watch() or g_io_add_watch_full(). Here you specify which
|
||||
* To add a #GIOChannel to the [main event loop][glib-The-Main-Event-Loop],
|
||||
* use g_io_add_watch() or g_io_add_watch_full(). Here you specify which
|
||||
* events you are interested in on the #GIOChannel, and provide a
|
||||
* function to be called whenever these events occur.
|
||||
*
|
||||
|
Reference in New Issue
Block a user