mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
Add docs for GtkCssSection
This commit is contained in:
parent
9290aa7c46
commit
b3c1454dcc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user