diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-12-28 01:09:54 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-03 09:19:30 -0500 |
commit | 68edc47f6a1585c90d8cace2f65c61a2a413b79e (patch) | |
tree | 58bf74ba106dcea1d070440e676970092beb450b /docs | |
parent | a6624d803ece178e467230e285cd9d4561b09ca1 (diff) | |
download | gtk+-68edc47f6a1585c90d8cace2f65c61a2a413b79e.tar.gz |
Add a function to dump CSS nodes and styles
Add a gtk_style_context_to_string function that can serialize
a CSS node or tree of nodes, optionally including CSS properties
as well.
This will be useful in writing tests.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index e5cd1ef7e7..6d5c590de5 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -6244,6 +6244,8 @@ gtk_style_context_set_frame_clock gtk_style_context_set_state gtk_style_context_set_scale gtk_style_context_get_scale +GtkStyleContextPrintFlags +gtk_style_context_to_string <SUBSECTION> GtkBorder |