diff options
author | Benjamin Otte <otte@redhat.com> | 2012-05-02 01:59:15 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-05-02 02:00:11 +0200 |
commit | 793748eaddd4675e9e3289c67ae27d6098882db0 (patch) | |
tree | 82f8471e8415bca2c15e42b1731d2d4352640a9c /docs | |
parent | b0317280e7ff5428120648a160a462ef83f48fd3 (diff) | |
download | gtk+-793748eaddd4675e9e3289c67ae27d6098882db0.tar.gz |
debug: Add GTK_DEBUG=no-css-cache
See inline comments for what it does. Its main use is figuring out if
something has been caused by GTK's caching of CSS properties or if it's
a different problem.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/running.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml index fe91aead74..3e4966af0e 100644 --- a/docs/reference/gtk/running.sgml +++ b/docs/reference/gtk/running.sgml @@ -186,6 +186,14 @@ additional environment variables. <term>builder</term> <listitem><para>GtkBuilder support</para></listitem> </varlistentry> + <varlistentry> + <term>size-request</term> + <listitem><para>Size requests</para></listitem> + </varlistentry> + <varlistentry> + <term>no-css-cache</term> + <listitem><para>Bypass caching for CSS style properties.</para></listitem> + </varlistentry> </variablelist> The special value <literal>all</literal> can be used to turn on all |