summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-manager.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-19 12:55:17 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-19 12:55:17 +0000
commitb021d9faf0c1fc1ad5319339030650ebdb65a8db (patch)
treee87055b02cf2d82908ec5373b5809d55ca4098d5 /telepathy-glib/connection-manager.h
parent494db1fdd6034f62a349b0b19a909ab067fd186a (diff)
downloadtelepathy-glib-b021d9faf0c1fc1ad5319339030650ebdb65a8db.tar.gz
Give the generated tp-cli-*.h G_BEGIN_DECLS/G_END_DECLS guards. Make them not self contained (they expect proxy.h to have been included first). Include generic interfaces in proxy.h unless TP_PROXY_IN_CLI_IMPLEMENTATION is defined, and define it in tp-cli-*.c.
20071119125517-53eee-8fbfd339dca1f838710deea799e8d10a4417180f.gz
Diffstat (limited to 'telepathy-glib/connection-manager.h')
-rw-r--r--telepathy-glib/connection-manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/connection-manager.h b/telepathy-glib/connection-manager.h
index 639e2f9e5..1ef08b23c 100644
--- a/telepathy-glib/connection-manager.h
+++ b/telepathy-glib/connection-manager.h
@@ -47,11 +47,11 @@ 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>
-
TpConnectionManager *tp_connection_manager_new (DBusGConnection *connection,
const gchar *name);
G_END_DECLS
+#include <telepathy-glib/_gen/tp-cli-connection-manager-interfaces.h>
+
#endif