summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-06-17 02:02:24 +0200
committerBenjamin Otte <otte@redhat.com>2011-08-26 16:26:27 +0200
commit00d14e35157d7512ec9892bcc5eebdc186ad52e3 (patch)
treef6883587bb7116d7369db6b7c12a99c907a7693e /gtk/gtk.h
parentc8fdd5e847181997cf8f366a1d47bff53d0d7976 (diff)
downloadgtk+-00d14e35157d7512ec9892bcc5eebdc186ad52e3.tar.gz
API: css: Add GtkCssSection
This struct keeps track of an area of text in a CSS file and uses it when specifying information. Also, the cssprovider keeps track of sections when parsing a file.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 7e2526e5b0..a2813e9b0d 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -82,6 +82,7 @@
#include <gtk/gtkcomboboxtext.h>
#include <gtk/gtkcontainer.h>
#include <gtk/gtkcssprovider.h>
+#include <gtk/gtkcsssection.h>
#include <gtk/gtkdebug.h>
#include <gtk/gtkdialog.h>
#include <gtk/gtkdnd.h>