Definition in file cr-stylesheet.h.
#include "cr-utils.h"
#include "cr-statement.h"
Go to the source code of this file.
Classes | |
struct | _CRStyleSheet |
Enumerations | |
enum | CRStyleOrigin { ORIGIN_UA = 0, ORIGIN_USER, ORIGIN_AUTHOR, NB_ORIGINS } |
Functions | |
void | cr_stylesheet_destroy (CRStyleSheet *a_this) |
void | cr_stylesheet_dump (CRStyleSheet *a_this, FILE *a_fp) |
CRStyleSheet * | cr_stylesheet_new (CRStatement *a_stmts) |
gint | cr_stylesheet_nr_rules (CRStyleSheet *a_this) |
void | cr_stylesheet_ref (CRStyleSheet *a_this) |
CRStatement * | cr_stylesheet_statement_get_from_list (CRStyleSheet *a_this, int itemnr) |
gchar * | cr_stylesheet_to_string (CRStyleSheet *a_this) |
gboolean | cr_stylesheet_unref (CRStyleSheet *a_this) |