summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-18 14:18:34 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-18 14:30:36 +0200
commit114b7806df881e09b2d819acab7c5449615cf81d (patch)
tree270e9de9624e851b07811ebc8ba5e09e3c224e54 /telepathy-glib/base-client.h
parent40683a7bf1bb9f86889d74fb01b332db93ec1c9d (diff)
downloadtelepathy-glib-114b7806df881e09b2d819acab7c5449615cf81d.tar.gz
add tp_base_client_unregister (fdo #28155)
Diffstat (limited to 'telepathy-glib/base-client.h')
-rw-r--r--telepathy-glib/base-client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/base-client.h b/telepathy-glib/base-client.h
index 61bae65ea..05026e496 100644
--- a/telepathy-glib/base-client.h
+++ b/telepathy-glib/base-client.h
@@ -145,6 +145,8 @@ const gchar *tp_base_client_get_object_path (TpBaseClient *self);
GList *tp_base_client_get_pending_requests (TpBaseClient *self);
GList *tp_base_client_get_handled_channels (TpBaseClient *self);
+void tp_base_client_unregister (TpBaseClient *self);
+
#define TP_TYPE_BASE_CLIENT \
(tp_base_client_get_type ())
#define TP_BASE_CLIENT(obj) \