summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-manager.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-15 12:46:32 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-15 12:46:32 +0000
commitb28771906e05c6266a5a9569d910a7b0ee2141e8 (patch)
treede73e67186049e7bd1b1502c434503efc1c37d03 /telepathy-glib/connection-manager.h
parenta27c42087b04eb9ff95663fe10283c15e39e88f3 (diff)
downloadtelepathy-glib-b28771906e05c6266a5a9569d910a7b0ee2141e8.tar.gz
Give TpConnectionManager a "has-a" rather than "is-a" relationship with TpProxy, so we can use it to represent connection managers that were read from .manager files too
20071115124632-53eee-57ce0bef05ba538a464294bee3b376c8cece6a68.gz
Diffstat (limited to 'telepathy-glib/connection-manager.h')
-rw-r--r--telepathy-glib/connection-manager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/telepathy-glib/connection-manager.h b/telepathy-glib/connection-manager.h
index b7539c047..7000d4939 100644
--- a/telepathy-glib/connection-manager.h
+++ b/telepathy-glib/connection-manager.h
@@ -1,5 +1,5 @@
/*
- * connection-manager.h - object representing a Telepathy connection manager
+ * connection-manager.h - proxy for a Telepathy connection manager
*
* Copyright (C) 2007 Collabora Ltd.
*
@@ -47,6 +47,8 @@ GType tp_connection_manager_get_type (void);
(G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_CONNECTION_MANAGER, \
TpConnectionManagerClass))
+#include <telepathy-glib/_gen/tp-cli-connection-manager-interfaces.h>
+
G_END_DECLS
#endif