Add docs for GtkCssSection

This commit is contained in:
Matthias Clasen 2015-12-25 22:22:51 -05:00
parent 9290aa7c46
commit b3c1454dcc

View File

@ -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