summaryrefslogtreecommitdiff
path: root/telepathy-glib/observe-channels-context.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.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.h')
-rw-r--r--telepathy-glib/observe-channels-context.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/telepathy-glib/observe-channels-context.h b/telepathy-glib/observe-channels-context.h
index 204bbd717..85dcd9e9c 100644
--- a/telepathy-glib/observe-channels-context.h
+++ b/telepathy-glib/observe-channels-context.h
@@ -66,15 +66,6 @@ void tp_observe_channels_context_delay (TpObserveChannelsContext *self);
gboolean tp_observe_channels_context_get_recovering (
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