summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-09-26 18:44:23 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-09-28 11:32:20 +0100
commit2d5b1ed417986250417af6a4eb3852e7837ed57b (patch)
tree0fa3e5fbf22b2c759418576871cbe20d4ff5347a
parentdf7537103a342b8bd42a69f21010f3fa448e8618 (diff)
downloadtelepathy-mission-control-2d5b1ed417986250417af6a4eb3852e7837ed57b.tar.gz
Account: static-ify _online_request_completed
This is not called from outside mcd-account.c.
-rw-r--r--src/mcd-account-priv.h3
-rw-r--r--src/mcd-account.c2
2 files changed, 1 insertions, 4 deletions
diff --git a/src/mcd-account-priv.h b/src/mcd-account-priv.h
index 0e744f09..9bf45e62 100644
--- a/src/mcd-account-priv.h
+++ b/src/mcd-account-priv.h
@@ -108,9 +108,6 @@ void _mcd_account_online_request (McdAccount *account,
gpointer userdata);
void _mcd_account_connect_with_auto_presence (McdAccount *account,
gboolean user_initiated);
-G_GNUC_INTERNAL
-void _mcd_account_online_request_completed (McdAccount *account,
- GError *error);
typedef struct {
McdOnlineRequestCb callback;
diff --git a/src/mcd-account.c b/src/mcd-account.c
index 7935a36e..1e2035b6 100644
--- a/src/mcd-account.c
+++ b/src/mcd-account.c
@@ -3657,7 +3657,7 @@ mcd_account_get_alias (McdAccount *account)
MC_ACCOUNTS_KEY_ALIAS);
}
-void
+static void
_mcd_account_online_request_completed (McdAccount *account, GError *error)
{
McdAccountPrivate *priv = MCD_ACCOUNT_PRIV (account);