summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-manager.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-27 15:33:24 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-27 15:33:24 +0000
commitbab638f4b0ce0cb04a6bd7d9e5c1f14ce5a9d1ca (patch)
treef3b9985962339a9e6ff82b9b6d0590f83e6b79f4 /telepathy-glib/connection-manager.h
parentbf1e74eac71beae2327fbee5b3269b89799865e7 (diff)
downloadtelepathy-glib-bab638f4b0ce0cb04a6bd7d9e5c1f14ce5a9d1ca.tar.gz
Allow tp_connection_manager_new() to raise an error; use that error, rather than assertions, to enforce validity of the CM name
20071127153324-53eee-288ab4ae496fc9aeebed4879d01c7cc0ba1e289a.gz
Diffstat (limited to 'telepathy-glib/connection-manager.h')
-rw-r--r--telepathy-glib/connection-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/connection-manager.h b/telepathy-glib/connection-manager.h
index 4ca5119bb..dbe3fdac4 100644
--- a/telepathy-glib/connection-manager.h
+++ b/telepathy-glib/connection-manager.h
@@ -83,7 +83,7 @@ typedef enum
} TpCMInfoSource;
TpConnectionManager *tp_connection_manager_new (TpDBusDaemon *dbus,
- const gchar *name, const gchar *manager_filename);
+ const gchar *name, const gchar *manager_filename, GError **error);
gboolean tp_connection_manager_activate (TpConnectionManager *self);