[telepathy-mission-control/master] mcd-account-compat: move unexported stuff to mcd-account-priv.h

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Apr 15 05:20:59 PDT 2009


---
 src/mcd-account-compat.h |    9 ---------
 src/mcd-account-priv.h   |    9 +++++++++
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/mcd-account-compat.h b/src/mcd-account-compat.h
index 6603e68..6b654c6 100644
--- a/src/mcd-account-compat.h
+++ b/src/mcd-account-compat.h
@@ -34,16 +34,7 @@
 
 G_BEGIN_DECLS
 
-extern const McdDBusProp account_compat_properties[];
-
-void account_compat_iface_init (McSvcAccountInterfaceCompatClass *iface,
-				     gpointer iface_data);
-
 McProfile *mcd_account_compat_get_mc_profile (McdAccount *account);
 
-/* not exported */
-G_GNUC_INTERNAL
-inline void _mcd_account_compat_class_init (McdAccountClass *klass);
-
 G_END_DECLS
 #endif
diff --git a/src/mcd-account-priv.h b/src/mcd-account-priv.h
index 2db29dc..cb7ee34 100644
--- a/src/mcd-account-priv.h
+++ b/src/mcd-account-priv.h
@@ -27,7 +27,9 @@
 #define __MCD_ACCOUNT_PRIV_H__
 
 #include "mcd-account.h"
+#include "mcd-account-compat.h"
 #include "mcd-account-config.h"
+#include "mcd-dbusprop.h"
 
 enum
 {
@@ -126,5 +128,12 @@ _mcd_account_write_conf (McdAccount *account)
     mcd_account_manager_write_conf (account_manager);
 }
 
+G_GNUC_INTERNAL void _mcd_account_compat_class_init (McdAccountClass *klass);
+
+extern const McdDBusProp account_compat_properties[];
+
+void account_compat_iface_init (McSvcAccountInterfaceCompatClass *iface,
+				     gpointer iface_data);
+
 #endif /* __MCD_ACCOUNT_PRIV_H__ */
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list