mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-16 23:20:22 +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:
@@ -392,7 +392,7 @@ g_unix_fd_add_full (gint priority,
|
||||
* g_unix_fd_add:
|
||||
* @fd: a file descriptor
|
||||
* @condition: IO conditions to watch for on @fd
|
||||
* @function: a #GPollFDFunc
|
||||
* @function: a #GUnixFDSourceFunc
|
||||
* @user_data: data to pass to @function
|
||||
*
|
||||
* Sets a function to be called when the IO condition, as specified by
|
||||
|
Reference in New Issue
Block a user