summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-03 12:01:56 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-07 15:33:49 +0200
commit40ba28806841278d1e71d9e02a281ddd67f54951 (patch)
treee4173787f565239fe8ddd4b3f0c38f2f42761a18 /telepathy-glib/base-client.h
parentc3b605595ce4a47af0965180561443cceb766af6 (diff)
downloadtelepathy-glib-40ba28806841278d1e71d9e02a281ddd67f54951.tar.gz
base-client: remove Handler bits
We are going to implement Approver for now.
Diffstat (limited to 'telepathy-glib/base-client.h')
-rw-r--r--telepathy-glib/base-client.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/telepathy-glib/base-client.h b/telepathy-glib/base-client.h
index 9961cbfed..ee0614aa1 100644
--- a/telepathy-glib/base-client.h
+++ b/telepathy-glib/base-client.h
@@ -85,29 +85,6 @@ 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,
@@ -117,13 +94,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) \