summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-28 12:50:06 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-29 09:11:47 +0200
commit7b8d450bed2eb391505a0b5bd7c1bac7cae23789 (patch)
treed2a65b04953137f0d4977bbd66ad5ae68797fd4e /telepathy-glib/base-client.h
parent790531670baad55d83c003c5db06a1bde69273f0 (diff)
downloadtelepathy-glib-7b8d450bed2eb391505a0b5bd7c1bac7cae23789.tar.gz
test-base-client: remove Approver and Handler tests for now
Diffstat (limited to 'telepathy-glib/base-client.h')
-rw-r--r--telepathy-glib/base-client.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/telepathy-glib/base-client.h b/telepathy-glib/base-client.h
index 9e29e1622..68bdc1873 100644
--- a/telepathy-glib/base-client.h
+++ b/telepathy-glib/base-client.h
@@ -80,36 +80,6 @@ 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,
- GHashTable *filter);
-
-void tp_base_client_be_a_handler (TpBaseClient *self);
-
-void tp_base_client_add_handler_filter (TpBaseClient *self,
- GHashTable *filter);
-void tp_base_client_take_handler_filter (TpBaseClient *self,
- GHashTable *filter);
-void tp_base_client_set_handler_bypass_approval (TpBaseClient *self,
- gboolean bypass_approval);
-
-void tp_base_client_set_handler_request_notification (TpBaseClient *self);
-
-void tp_base_client_add_handler_capability (TpBaseClient *self,
- const gchar *token);
-void tp_base_client_add_handler_capabilities (TpBaseClient *self,
- const gchar * const *tokens);
-void tp_base_client_add_handler_capabilities_varargs (TpBaseClient *self,
- const gchar *first_token, ...) G_GNUC_NULL_TERMINATED;
-
-/* future, potentially (currently in spec as a draft):
-void tp_base_client_set_handler_related_conferences_bypass_approval (
- TpBaseClient *self, gboolean bypass_approval);
- */
-#endif
-
gboolean tp_base_client_register (TpBaseClient *self,
GError **error);
@@ -117,13 +87,6 @@ const gchar *tp_base_client_get_bus_name (TpBaseClient *self);
const gchar *tp_base_client_get_object_path (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 ())
#define TP_BASE_CLIENT(obj) \