summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleprovider.h
diff options
context:
space:
mode:
authorMatijs van Zuijlen <matijs@matijs.net>2018-06-07 08:54:23 +0000
committerMatijs van Zuijlen <matijs@matijs.net>2018-06-07 08:54:23 +0000
commit932e5ea34ee363099115ce5d2952dc3531bcd39a (patch)
tree0ed3d6672c9507e293a4d5dcd09b88e81a6645ea /gtk/gtkstyleprovider.h
parentd2d4ea6f0a24a9827cd19168c7a3fbcd0eefead6 (diff)
downloadgtk+-932e5ea34ee363099115ce5d2952dc3531bcd39a.tar.gz
Fix reference to user styles in gtkstyleprovider.h
Diffstat (limited to 'gtk/gtkstyleprovider.h')
-rw-r--r--gtk/gtkstyleprovider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyleprovider.h b/gtk/gtkstyleprovider.h
index 5e36d0c1f0..a0da759bd2 100644
--- a/gtk/gtkstyleprovider.h
+++ b/gtk/gtkstyleprovider.h
@@ -76,7 +76,7 @@ G_BEGIN_DECLS
* GTK_STYLE_PROVIDER_PRIORITY_USER:
*
* The priority used for the style information from
- * `~/.gtk-4.0.css`.
+ * `$XDG_CONFIG_HOME/gtk-4.0/gtk.css`.
*
* You should not use priorities higher than this, to
* give the user the last word.