summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/base-connection.h')
-rw-r--r--telepathy-glib/base-connection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/base-connection.h b/telepathy-glib/base-connection.h
index 264f64213..e0e414e9f 100644
--- a/telepathy-glib/base-connection.h
+++ b/telepathy-glib/base-connection.h
@@ -241,6 +241,10 @@ void tp_base_connection_add_client_interest (TpBaseConnection *self,
void tp_base_connection_add_possible_client_interest (TpBaseConnection *self,
GQuark token);
+_TP_AVAILABLE_IN_UNRELEASED
+const gchar *tp_base_connection_get_account_path_suffix (
+ TpBaseConnection *self);
+
G_END_DECLS
#endif /* #ifndef __TP_BASE_CONNECTION_H__*/