summaryrefslogtreecommitdiff
path: root/libgjs-private/gjs-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgjs-private/gjs-util.h')
-rw-r--r--libgjs-private/gjs-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgjs-private/gjs-util.h b/libgjs-private/gjs-util.h
index ef9ed5e8..0a337987 100644
--- a/libgjs-private/gjs-util.h
+++ b/libgjs-private/gjs-util.h
@@ -59,6 +59,9 @@ GParamFlags gjs_param_spec_get_flags (GParamSpec *pspec);
GType gjs_param_spec_get_value_type (GParamSpec *pspec);
GType gjs_param_spec_get_owner_type (GParamSpec *pspec);
+/* For tests */
+int gjs_open_bytes(GBytes* bytes, GError** error);
+
G_END_DECLS
#endif