summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-27 16:47:08 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-29 09:11:46 +0200
commitace3c8a692929a0e0c099d5a1212456e1d8ade69 (patch)
treee0be991f22945e6a6cdb95c904986cb1f4204fe6 /telepathy-glib/base-client.h
parentb1695de0a78b956509955cd18044f9853c265ce1 (diff)
downloadtelepathy-glib-ace3c8a692929a0e0c099d5a1212456e1d8ade69.tar.gz
allow tp_base_client_register to fail
Diffstat (limited to 'telepathy-glib/base-client.h')
-rw-r--r--telepathy-glib/base-client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/base-client.h b/telepathy-glib/base-client.h
index 8a292d10d..963c27460 100644
--- a/telepathy-glib/base-client.h
+++ b/telepathy-glib/base-client.h
@@ -108,7 +108,8 @@ void tp_base_client_set_handler_related_conferences_bypass_approval (
*/
#endif
-void tp_base_client_register (TpBaseClient *self);
+gboolean tp_base_client_register (TpBaseClient *self,
+ GError **error);
#if 0
/* Normal methods, can be called at any time */