Sign in
chromium
/
external
/
github.com
/
GNOME
/
gtk
/
refs/heads/upstream/simplify-rendernode-parser
/
.
/
testsuite
/
testutils.h
blob: 72471c10f770c73b3b8ef689bae0c5a944265bff [
file
] [
log
] [
blame
] [
edit
]
#pragma
once
#include
<glib.h>
char
*
diff_string_with_file
(
const
char
*
file1
,
const
char
*
text
,
gssize len
,
GError
**
error
);
char
*
diff_bytes_with_file
(
const
char
*
file1
,
GBytes
*
bytes
,
GError
**
error
);