]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkapplicationwindow.c
GtkApplication: document relationship to gdkthreads
[~andy/gtk] / gtk / gtkapplicationwindow.c
index 31071d76e0e0a0322aa298de898cf229b1db346a..829d959be207ef3f1d08ff1968ee8aba74d1148b 100644 (file)
  * prefix.  Actions must be addressed with the prefixed name when
  * referring to them from a #GMenuModel.
  *
+ * As with #GtkApplication, the GDK lock will be acquired when
+ * processing actions arriving from other processes and should therefore
+ * be held when activating actions locally (if GDK threads are enabled).
+ *
  * The settings #GtkSettings:gtk-shell-shows-app-menu and
  * #GtkSettings:gtk-shell-shows-menubar tell GTK+ whether the
  * desktop environment is showing the application menu and menubar