uccroco

uccroco — To work with libcroco.

Functions

Types and Values

struct UCCroco

Description

Functions

uc_uccroco_new ()

UCCroco *
uc_uccroco_new (void);


uc_uccroco_validate ()

gboolean
uc_uccroco_validate (UCCroco *croco,
                     const gchar *path);


uc_uccroco_free ()

void
uc_uccroco_free (UCCroco **croco);

Types and Values

struct UCCroco

struct UCCroco {
  CRDocHandler *css_handler;
  gboolean is_valid;
  gboolean log_error;
  CRParser *parser;
  GString *def;
  GString *error_buffer;
  guint error_count;
};