#include <cr-stylesheet.h>
Data Fields | |
CRStatement * | statements |
The css statements list. | |
enum CRStyleOrigin | origin |
CRStatement * | parent_import_rule |
gpointer | croco_data |
custom data used by libcroco | |
gpointer | app_data |
custom application data pointer Can be used by applications. | |
gulong | ref_count |
the reference count of this insance Please, don't never ever modify it directly. |
Definition at line 58 of file cr-stylesheet.h.
|
custom application data pointer Can be used by applications.
Definition at line 75 of file cr-stylesheet.h. |
|
custom data used by libcroco
Definition at line 69 of file cr-stylesheet.h. |
|
Definition at line 63 of file cr-stylesheet.h. Referenced by cr_cascade_set_sheet(). |
|
Definition at line 66 of file cr-stylesheet.h. |
|
the reference count of this insance Please, don't never ever modify it directly. Use cr_stylesheet_ref() and cr_stylesheet_unref() instead. Definition at line 83 of file cr-stylesheet.h. Referenced by cr_stylesheet_ref(), and cr_stylesheet_unref(). |
|
The css statements list.
Definition at line 61 of file cr-stylesheet.h. Referenced by cr_statement_unlink(), cr_stylesheet_destroy(), cr_stylesheet_dump(), and cr_stylesheet_new(). |