docs: Stop formatting integer literals using ‘%’

It makes gtk-doc try to link them.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall
2019-03-07 17:29:44 +00:00
parent 1a8f8be6d0
commit 1f3375235b
3 changed files with 3 additions and 3 deletions

View File

@@ -1045,7 +1045,7 @@ g_input_stream_skip_async (GInputStream *stream,
*
* Finishes a stream skip operation.
*
* Returns: the size of the bytes skipped, or %-1 on error.
* Returns: the size of the bytes skipped, or `-1` on error.
**/
gssize
g_input_stream_skip_finish (GInputStream *stream,