From 7b8d450bed2eb391505a0b5bd7c1bac7cae23789 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 28 Apr 2010 12:50:06 +0200 Subject: test-base-client: remove Approver and Handler tests for now --- telepathy-glib/base-client.h | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'telepathy-glib/base-client.h') 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) \ -- cgit v1.2.1