Fix bug #36: Document workaround to prevent Guiguts conversion of utf-8 files passed to Bookloupe
1 #ifndef TESTCASE_OUTPUT_H
2 #define TESTCASE_OUTPUT_H
12 gboolean testcase_output_read(Testcase *testcase,TestcaseOutput *output,
13 gchar **contents,gsize *length,GError **error);
14 gboolean testcase_output_remove(Testcase *testcase,TestcaseOutput *output,
16 TestcaseOutput *testcase_output_new(const char *name,const char *contents);
17 void testcase_output_free(TestcaseOutput *output);
19 #endif /* TESTCASE_OUTPUT_H */