docs: use Returns: consistently

Instead of Return value:
This commit is contained in:
William Jon McCann
2014-02-19 18:49:43 -05:00
parent a6084e264d
commit 469d333aa2
219 changed files with 1612 additions and 1612 deletions

View File

@ -386,7 +386,7 @@ pollfds_equal (GPollFD *old_pollfds,
* timeout is used only to tell if the polling operation is blocking
* or non-blocking.
*
* Return value:
* Returns:
* -1: No file descriptors ready, began asynchronous poll
* 0: No file descriptors ready, asynchronous poll not needed
* > 0: Number of file descriptors ready
@ -543,7 +543,7 @@ select_thread_start_poll (GPollFD *ufds,
*
* The results of the poll are written into the GPollFD array passed in.
*
* Return Value: number of file descriptors ready
* Returns: number of file descriptors ready
*/
static int
select_thread_collect_poll (GPollFD *ufds, guint nfds)