summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-26 13:41:07 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-29 09:11:44 +0200
commit9304910b7de00d4b6e24ccf140e12f5c71657721 (patch)
tree259f759dc41649084dc48bd6e1364af1b67a0d0b /telepathy-glib/base-client.h
parent350e7a5ed313db9c684ef7cdf26bf0c87ee707dc (diff)
downloadtelepathy-glib-9304910b7de00d4b6e24ccf140e12f5c71657721.tar.gz
Disable Approver and Handler support for now
Diffstat (limited to 'telepathy-glib/base-client.h')
-rw-r--r--telepathy-glib/base-client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/base-client.h b/telepathy-glib/base-client.h
index 5e85449f6..8a292d10d 100644
--- a/telepathy-glib/base-client.h
+++ b/telepathy-glib/base-client.h
@@ -78,6 +78,7 @@ void tp_base_client_take_observer_filter (TpBaseClient *self,
void tp_base_client_set_observer_recover (TpBaseClient *self,
gboolean recover);
+#if 0
void tp_base_client_add_approver_filter (TpBaseClient *self,
GHashTable *filter);
void tp_base_client_take_approver_filter (TpBaseClient *self,
@@ -105,13 +106,16 @@ void tp_base_client_add_handler_capabilities_varargs (TpBaseClient *self,
void tp_base_client_set_handler_related_conferences_bypass_approval (
TpBaseClient *self, gboolean bypass_approval);
*/
+#endif
void tp_base_client_register (TpBaseClient *self);
+#if 0
/* Normal methods, can be called at any time */
GList *tp_base_client_get_pending_requests (TpBaseClient *self);
GList *tp_base_client_get_handled_channels (TpBaseClient *self);
+#endif
#define TP_TYPE_BASE_CLIENT \
(tp_base_client_get_type ())