summaryrefslogtreecommitdiff
path: root/telepathy-glib/observe-channels-context-internal.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-26 15:34:42 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-29 09:11:44 +0200
commit8d166a1673cea674b88ce282b0f81461ebdace28 (patch)
treeb68905c89320e10863f801070bd24a6115cf6896 /telepathy-glib/observe-channels-context-internal.h
parent9304910b7de00d4b6e24ccf140e12f5c71657721 (diff)
downloadtelepathy-glib-8d166a1673cea674b88ce282b0f81461ebdace28.tar.gz
Make tp_observe_channels_context_prepare_{async,finish} internals
They are not meant to be used outside of base-client.
Diffstat (limited to 'telepathy-glib/observe-channels-context-internal.h')
-rw-r--r--telepathy-glib/observe-channels-context-internal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/telepathy-glib/observe-channels-context-internal.h b/telepathy-glib/observe-channels-context-internal.h
index 5547c0037..4024ca169 100644
--- a/telepathy-glib/observe-channels-context-internal.h
+++ b/telepathy-glib/observe-channels-context-internal.h
@@ -57,6 +57,15 @@ TpObserveChannelsContext * _tp_observe_channels_context_new (
TpObserveChannelsContextState _tp_observe_channels_context_get_state (
TpObserveChannelsContext *self);
+void _tp_observe_channels_context_prepare_async (TpObserveChannelsContext *self,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
+gboolean _tp_observe_channels_context_prepare_finish (
+ TpObserveChannelsContext *self,
+ GAsyncResult *result,
+ GError **error);
+
G_END_DECLS
#endif