docs: use "Returns:" consistently

Instead of "Return value:".
This commit is contained in:
William Jon McCann
2014-02-19 19:35:23 -05:00
parent 9cb53851be
commit 20f4d1820b
93 changed files with 600 additions and 600 deletions

View File

@@ -1058,7 +1058,7 @@ g_task_get_return_on_cancel (GTask *task)
*
* Gets @task's source tag. See g_task_set_source_tag().
*
* Return value: (transfer none): @task's source tag
* Returns: (transfer none): @task's source tag
*
* Since: 2.36
*/
@@ -1662,7 +1662,7 @@ g_task_return_new_error (GTask *task,
* g_task_return_pointer() for more discussion of exactly what this
* means).
*
* Return value: %TRUE if @task has been cancelled, %FALSE if not
* Returns: %TRUE if @task has been cancelled, %FALSE if not
*
* Since: 2.36
*/
@@ -1720,7 +1720,7 @@ g_task_had_error (GTask *task)
* source object (or that @source_object is %NULL and @result has no
* source object). This can be used in g_return_if_fail() checks.
*
* Return value: %TRUE if @result and @source_object are valid, %FALSE
* Returns: %TRUE if @result and @source_object are valid, %FALSE
* if not
*
* Since: 2.36