[telepathy-mission-control/master] mcd-connection-plugin.h: move unexported function to mcd-account-priv
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Apr 15 05:40:05 PDT 2009
---
src/mcd-account-priv.h | 2 ++
src/mcd-connection-plugin.h | 4 ----
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/mcd-account-priv.h b/src/mcd-account-priv.h
index f8b4797..4b4e54b 100644
--- a/src/mcd-account-priv.h
+++ b/src/mcd-account-priv.h
@@ -124,6 +124,8 @@ void account_compat_iface_init (McSvcAccountInterfaceCompatClass *iface,
G_GNUC_INTERNAL void _mcd_account_connection_begin (McdAccount *account);
G_GNUC_INTERNAL void _mcd_account_connection_class_init (McdAccountClass *klass);
+G_GNUC_INTERNAL McdTransport *_mcd_account_connection_get_transport
+ (McdAccount *account);
extern const McdDBusProp account_channelrequests_properties[];
diff --git a/src/mcd-connection-plugin.h b/src/mcd-connection-plugin.h
index 80f3d8b..9c92d3c 100644
--- a/src/mcd-connection-plugin.h
+++ b/src/mcd-connection-plugin.h
@@ -48,10 +48,6 @@ void mcd_plugin_register_account_connection (McdPlugin *plugin,
gint priority,
gpointer userdata);
-/* not exported */
-G_GNUC_INTERNAL
-McdTransport *_mcd_account_connection_get_transport (McdAccount *account);
-
G_END_DECLS
#endif /* __MCD_CONNECTION_PLUGIN_H__ */
--
1.5.6.5
More information about the telepathy-commits
mailing list