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