| gURLChecker Reference Manual |
|---|
uccrocouccroco — |
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;
gboolean uc_uccroco_validate (UCCroco *croco, const gchar *path);
croco : |
|
path : |
|
| Returns : |
| << uctidy | connection >> |