From b021d9faf0c1fc1ad5319339030650ebdb65a8db Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 19 Nov 2007 12:55:17 +0000 Subject: 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 --- telepathy-glib/connection-manager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'telepathy-glib/connection-manager.h') 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 - TpConnectionManager *tp_connection_manager_new (DBusGConnection *connection, const gchar *name); G_END_DECLS +#include + #endif -- cgit v1.2.1