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

@@ -55,7 +55,7 @@
* commandline to this process).
*
* The `GApplicationCommandLine` object can provide the @argc and @argv
* parameters for use with the [struct@Glib.OptionContext] command-line parsing API,
* parameters for use with the [struct@GLib.OptionContext] command-line parsing API,
* with the [method@Gio.ApplicationCommandLine.get_arguments] function. See
* [gapplication-example-cmdline3.c][gapplication-example-cmdline3]
* for an example.