uctidy

uctidy — To work with libtidy.

Functions

Types and Values

struct UCTidy

Description

Functions

uc_uctidy_new ()

UCTidy *
uc_uctidy_new (void);


uc_uctidy_validate ()

gint
uc_uctidy_validate (UCTidy *tidy,
                    const gchar *buffer);


uc_uctidy_free ()

void
uc_uctidy_free (UCTidy **tidy);

Types and Values

struct UCTidy

struct UCTidy {
  TidyBuffer errbuf;
  TidyDoc tdoc;
};