uccroco — To work with libcroco.
struct UCCroco; UCCroco * uc_uccroco_new (void); gboolean uc_uccroco_validate (UCCroco *croco, const gchar *path); void uc_uccroco_free (UCCroco **croco);
void
UCCroco *croco
const gchar *path
UCCroco **croco
struct UCCroco { CRDocHandler *css_handler; gboolean is_valid; gboolean log_error; CRParser *parser; GString *def; GString *error_buffer; guint error_count; };
UCCroco * uc_uccroco_new (void);
gboolean uc_uccroco_validate (UCCroco *croco, const gchar *path);
void uc_uccroco_free (UCCroco **croco);