summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-04-07 14:05:40 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-04-07 14:05:40 +0000
commit09d5ec1b088393ef6db6850b133f7589cb69f3e1 (patch)
tree366d0220bbbe295243f953779a79016d98c472ed
parent28bba484daf3c3efb22a09710c398844df6515a9 (diff)
parentffa71853973b6965eeb79a59b1d4bf03f7740ac1 (diff)
downloadgtk+-09d5ec1b088393ef6db6850b133f7589cb69f3e1.tar.gz
Merge branch 'n-docs-fixes' into 'main'
More doc fixes See merge request GNOME/gtk!4618
-rw-r--r--gtk/gtkapplication.c6
-rw-r--r--gtk/gtkfilter.c2
-rw-r--r--gtk/gtktexttag.c2
3 files changed, 5 insertions, 5 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
diff --git a/gtk/gtkfilter.c b/gtk/gtkfilter.c
index 56e058017e..92f2ad46c8 100644
--- a/gtk/gtkfilter.c
+++ b/gtk/gtkfilter.c
@@ -28,7 +28,7 @@
* GtkFilter:
*
* A `GtkFilter` object describes the filtering to be performed by a
- * `GtkFilterListModel`.
+ * [class@Gtk.FilterListModel].
*
* The model will use the filter to determine if it should include items
* or not by calling [method@Gtk.Filter.match] for each item and only
diff --git a/gtk/gtktexttag.c b/gtk/gtktexttag.c
index 8b252fb725..e4fc18413e 100644
--- a/gtk/gtktexttag.c
+++ b/gtk/gtktexttag.c
@@ -605,7 +605,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
GTK_PARAM_READWRITE));
/**
- * GtkTexTag:line-height:
+ * GtkTextTag:line-height:
*
* Factor to scale line height by.
*