summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-19 03:54:36 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-10-19 03:54:36 +0000
commit55cbb8a8d6ab5218e42ca07e93661d0843781895 (patch)
treee18d7e01badacca76d8b5b9aac794988a27d2128
parentdb599f2ae6a8cac51f7486ccb2cb9555573ef0ce (diff)
parent917aa7928d1f3190a8976b852c6d0da593fb0066 (diff)
downloadgtk+-55cbb8a8d6ab5218e42ca07e93661d0843781895.tar.gz
Merge branch 'clarify-gapplication-docs' into 'main'
docs: Clarify a point in GtkApplication docs See merge request GNOME/gtk!5139
-rw-r--r--gtk/gtkapplication.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index d48e49d13a..7f3121c1b1 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -73,6 +73,10 @@
* and accessed via [method@Gtk.Application.get_menu_by_id] which allows for
* dynamic population of a part of the menu structure.
*
+ * Note that automatic resource loading uses the resource base path
+ * that is set at construction time and will not work if the resource
+ * base path is changed at a later time.
+ *
* It is also possible to provide the menubar manually using
* [method@Gtk.Application.set_menubar].
*