summaryrefslogtreecommitdiff
path: root/gir/everything.h
diff options
context:
space:
mode:
Diffstat (limited to 'gir/everything.h')
-rw-r--r--gir/everything.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gir/everything.h b/gir/everything.h
index 75cee29e..63b2ec1e 100644
--- a/gir/everything.h
+++ b/gir/everything.h
@@ -3,6 +3,7 @@
#include <cairo/cairo.h>
#include <glib-object.h>
+#include <gio/gio.h>
#include <time.h>
void set_abort_on_error (gboolean abort_on_error);
@@ -349,6 +350,8 @@ int test_callback_thaw_async (void);
int test_callback_infinite (TestCallbackUserData callback,
gpointer user_data);
+void test_async_ready_callback (GAsyncReadyCallback callback);
+
/* interface */
#define TEST_TYPE_INTERFACE (test_interface_get_type ())
#define TEST_INTERFACE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), TEST_TYPE_INTERFACE, TestInterface))