summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-manager.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-28 18:21:45 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-28 18:21:45 +0000
commit8f81e88ab0b534f2de0df8f3e380827ff3698829 (patch)
tree84c2d38e28cf2def956001b6d5137ba83f462012 /telepathy-glib/connection-manager.h
parent0741759426b6feb3b8f96bae8722c76cb9c226d1 (diff)
downloadtelepathy-glib-8f81e88ab0b534f2de0df8f3e380827ff3698829.tar.gz
Add tp_connection_manager_check_valid_protocol_name
20071128182145-53eee-dc1b0b1d77f280d8cf876b4949044ff0c3863b26.gz
Diffstat (limited to 'telepathy-glib/connection-manager.h')
-rw-r--r--telepathy-glib/connection-manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/connection-manager.h b/telepathy-glib/connection-manager.h
index 9c9e2f802..10885dfed 100644
--- a/telepathy-glib/connection-manager.h
+++ b/telepathy-glib/connection-manager.h
@@ -119,6 +119,9 @@ void tp_list_connection_managers (TpDBusDaemon *bus_daemon,
gboolean tp_connection_manager_check_valid_name (const gchar *name,
GError **error);
+gboolean tp_connection_manager_check_valid_protocol_name (const gchar *name,
+ GError **error);
+
G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-connection-manager.h>