docs: Fix links to symbols outside the allowed namsepace

Use markdown links for anything that the docs don't depend upon,
like gtk, pixbuf, etc
This commit is contained in:
Jordan Petridis
2024-01-08 22:35:59 +02:00
parent f09bd17e32
commit 3f9f5c1420
15 changed files with 31 additions and 34 deletions

View File

@@ -42,8 +42,8 @@
* stream to jump to arbitrary positions in the file, provided the
* filesystem of the file allows it. To find the position of a file
* input stream, use [method@Gio.Seekable.tell]. To find out if a file input
* stream supports seeking, use [iface@Gio.Seekable.can_seek].
* To position a file input stream, use [iface@Gio.Seekable.seek].
* stream supports seeking, use [vfunc@Gio.Seekable.can_seek].
* To position a file input stream, use [vfunc@Gio.Seekable.seek].
**/
static void g_file_input_stream_seekable_iface_init (GSeekableIface *iface);