summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-04-04 14:11:16 +0200
committerMaximiliano Sandoval R <msandova@gnome.org>2022-04-04 14:11:16 +0200
commitffa71853973b6965eeb79a59b1d4bf03f7740ac1 (patch)
treeff165451488d55448a1123e703351ce96b7e5a69
parentd7fe62817ceb6448f8bac690cfb6fde39d98a34c (diff)
downloadgtk+-ffa71853973b6965eeb79a59b1d4bf03f7740ac1.tar.gz
application: Add link and inline code blocks
-rw-r--r--gtk/gtkapplication.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index 4a33a59936..363de28a86 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -68,7 +68,7 @@
*
* `GtkApplication` will automatically load menus from the `GtkBuilder`
* resource located at "gtk/menus.ui", relative to the application's
- * resource base path (see `g_application_set_resource_base_path()`).
+ * resource base path (see [method@Gio.Application.set_resource_base_path]).
* The menu with the ID "menubar" is taken as the application's
* menubar. Additional menus (most interesting submenus) can be named
* and accessed via [method@Gtk.Application.get_menu_by_id] which allows for
@@ -83,8 +83,8 @@
* resources. See [method@Gtk.IconTheme.add_resource_path] for more
* information.
*
- * If there is a resource located at "gtk/help-overlay.ui" which
- * defines a [class@Gtk.ShortcutsWindow] with ID "help_overlay" then
+ * If there is a resource located at `gtk/help-overlay.ui` which
+ * defines a [class@Gtk.ShortcutsWindow] with ID `help_overlay` then
* `GtkApplication` associates an instance of this shortcuts window with
* each [class@Gtk.ApplicationWindow] and sets up the keyboard accelerator
* <kbd>Control</kbd>+<kbd>?</kbd> to open it. To create a menu item that