#include "string.h"
#include "cr-stylesheet.h"
Go to the source code of this file.
Functions | |
CRStyleSheet * | cr_stylesheet_new (CRStatement *a_stmts) |
Constructor of the CRStyleSheet class. | |
void | cr_stylesheet_dump (CRStyleSheet *a_this, FILE *a_fp) |
Dumps the current css2 stylesheet to a file. | |
void | cr_stylesheet_ref (CRStyleSheet *a_this) |
gboolean | cr_stylesheet_unref (CRStyleSheet *a_this) |
void | cr_stylesheet_destroy (CRStyleSheet *a_this) |
Destructor of the CRStyleSheet class. |
Definition in file cr-stylesheet.c.
|
Destructor of the CRStyleSheet class.
Definition at line 112 of file cr-stylesheet.c. References cr_statement_destroy(), and _CRStyleSheet::statements. Referenced by cr_box_view_new_from_xml_css_bufs(), and cr_stylesheet_unref(). |
|
Dumps the current css2 stylesheet to a file.
Definition at line 67 of file cr-stylesheet.c. References cr_statement_dump(), _CRStatement::next, and _CRStyleSheet::statements. |
|
Constructor of the CRStyleSheet class.
Definition at line 41 of file cr-stylesheet.c. References cr_utils_trace_info, and _CRStyleSheet::statements. |
|
Definition at line 82 of file cr-stylesheet.c. References _CRStyleSheet::ref_count. Referenced by cr_cascade_set_sheet(). |
|
Definition at line 90 of file cr-stylesheet.c. References cr_stylesheet_destroy(), and _CRStyleSheet::ref_count. Referenced by cr_cascade_destroy(), and cr_cascade_set_sheet(). |