summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-12-25 22:22:51 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-12-25 22:58:28 -0500
commitb3c1454dcc6b1f916390db55dcc9673027b79659 (patch)
tree5565728551ee5937a663b22e1a2ade360d8ae778
parent9290aa7c46fcfd2dc966d7dee0f8ca7dece06b60 (diff)
downloadgtk+-b3c1454dcc6b1f916390db55dcc9673027b79659.tar.gz
Add docs for GtkCssSection
-rw-r--r--gtk/gtkcsssection.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkcsssection.h b/gtk/gtkcsssection.h
index 4f88eee0ee..1bb04d0e71 100644
--- a/gtk/gtkcsssection.h
+++ b/gtk/gtkcsssection.h
@@ -66,6 +66,12 @@ typedef enum
GTK_CSS_SECTION_KEYFRAMES
} GtkCssSectionType;
+/**
+ * GtkCssSection:
+ *
+ * GtkCssSection is an auxiliary object containing information about
+ * the results of parsing a CSS style sheet.
+ */
typedef struct _GtkCssSection GtkCssSection;
GDK_AVAILABLE_IN_3_2