Merge branch 'docs' into 'master'

docs: Fix example program link

See merge request GNOME/glib!2011
This commit is contained in:
Philip Withnall 2021-03-24 10:21:39 +00:00
commit 083e450d5f

View File

@ -2395,7 +2395,7 @@ g_application_open (GApplication *application,
* and override local_command_line(). In this case, you most likely want * and override local_command_line(). In this case, you most likely want
* to return %TRUE from your local_command_line() implementation to * to return %TRUE from your local_command_line() implementation to
* suppress the default handling. See * suppress the default handling. See
* [gapplication-example-cmdline2.c][gapplication-example-cmdline2] * [gapplication-example-cmdline2.c][https://gitlab.gnome.org/GNOME/glib/-/blob/master/gio/tests/gapplication-example-cmdline2.c]
* for an example. * for an example.
* *
* If, after the above is done, the use count of the application is zero * If, after the above is done, the use count of the application is zero