[telepathy-mission-control/master] McdAccount: expose _mcd_account_maybe_autoconnect within MC

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Jun 25 09:26:16 PDT 2009


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

diff --git a/src/mcd-account-priv.h b/src/mcd-account-priv.h
index 7732c34..3374046 100644
--- a/src/mcd-account-priv.h
+++ b/src/mcd-account-priv.h
@@ -39,6 +39,7 @@
 #include "_gen/svc-Account_Interface_Conditions.h"
 #include "_gen/svc-Account_Interface_Stats.h"
 
+G_GNUC_INTERNAL void _mcd_account_maybe_autoconnect (McdAccount *account);
 G_GNUC_INTERNAL void _mcd_account_connect (McdAccount *account,
                                            GHashTable *params);
 
diff --git a/src/mcd-account.c b/src/mcd-account.c
index 559e444..5757d0e 100644
--- a/src/mcd-account.c
+++ b/src/mcd-account.c
@@ -171,7 +171,7 @@ static GQuark account_ready_quark = 0;
  *
  * Check whether automatic connection should happen (and attempt it if needed).
  */
-static void
+void
 _mcd_account_maybe_autoconnect (McdAccount *account)
 {
     McdAccountPrivate *priv;
-- 
1.5.6.5




More information about the telepathy-commits mailing list