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

@ -3320,7 +3320,7 @@ gdk_win32_window_is_win32 (GdkWindow *window)
*
* Gets a DC with the given drawable selected into it.
*
* Return value: The DC, on success. Otherwise
* Returns: The DC, on success. Otherwise
* %NULL. If this function succeeded
* _gdk_win32_impl_release_dc() must be called
* release the DC when you are done using it.