summaryrefslogtreecommitdiff
path: root/gck/gck-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'gck/gck-private.h')
-rw-r--r--gck/gck-private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gck/gck-private.h b/gck/gck-private.h
index 46a9d11..c841e6a 100644
--- a/gck/gck-private.h
+++ b/gck/gck-private.h
@@ -179,13 +179,13 @@ gboolean _gck_call_sync (gpointer object,
GError **err);
gpointer _gck_call_async_prep (gpointer object,
- gpointer cb_object,
gpointer perform,
gpointer complete,
gsize args_size,
gpointer destroy_func);
GckCall* _gck_call_async_ready (gpointer args,
+ gpointer cb_object,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
@@ -193,6 +193,7 @@ GckCall* _gck_call_async_ready (gpointer args,
void _gck_call_async_go (GckCall *call);
void _gck_call_async_ready_go (gpointer args,
+ gpointer cb_object,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);