mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 04:14:11 +02:00
docs: Fix various minor syntax errors in gtk-doc comments
This will fix a few broken links in the documentation, and shut up a load of gtk-doc warnings (but certainly not all of them). Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=790015
This commit is contained in:
@@ -99,9 +99,9 @@ extern gboolean _g_main_poll_debug;
|
||||
* don't want to run the full main loop.
|
||||
*
|
||||
* Each element of @fds is a #GPollFD describing a single file
|
||||
* descriptor to poll. The %fd field indicates the file descriptor,
|
||||
* and the %events field indicates the events to poll for. On return,
|
||||
* the %revents fields will be filled with the events that actually
|
||||
* descriptor to poll. The @fd field indicates the file descriptor,
|
||||
* and the @events field indicates the events to poll for. On return,
|
||||
* the @revents fields will be filled with the events that actually
|
||||
* occurred.
|
||||
*
|
||||
* On POSIX systems, the file descriptors in @fds can be any sort of
|
||||
@@ -110,7 +110,7 @@ extern gboolean _g_main_poll_debug;
|
||||
* Windows, the easiest solution is to construct all of your
|
||||
* #GPollFDs with g_io_channel_win32_make_pollfd().
|
||||
*
|
||||
* Returns: the number of entries in @fds whose %revents fields
|
||||
* Returns: the number of entries in @fds whose @revents fields
|
||||
* were filled in, or 0 if the operation timed out, or -1 on error or
|
||||
* if the call was interrupted.
|
||||
*
|
||||
|
Reference in New Issue
Block a user