mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user