summaryrefslogtreecommitdiff
path: root/src/mcd-account.h
diff options
context:
space:
mode:
authorAlberto Mardegan <alberto.mardegan@nokia.com>2008-10-21 11:40:17 +0300
committerAlberto Mardegan <alberto.mardegan@nokia.com>2008-10-21 11:50:27 +0300
commit12960de8ad9bc6b9f232707af3c6380cf6908969 (patch)
treeda879f8487caa6923d5a805607884cda6a782679 /src/mcd-account.h
parent6b74a1b3f00a48d6e4fcae376038939267fa5e32 (diff)
Moving code around
Move the implementation of channel requesting from mcd-account.c to mcd-account-compat.c, and deprecate mcd_account_request_channel_nmc4(). Move the struct mcd_channel_request into mcd-account-compat.c, too. Rename the prop_value_free() function as _mcd_prop_value_free(), and move it into mcd-misc.c.
Diffstat (limited to 'src/mcd-account.h')
-rw-r--r--src/mcd-account.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mcd-account.h b/src/mcd-account.h
index f80025eb..8a85eadd 100644
--- a/src/mcd-account.h
+++ b/src/mcd-account.h
@@ -127,9 +127,10 @@ TpConnectionStatusReason mcd_account_get_connection_status_reason (McdAccount *a
McdConnection *mcd_account_get_connection (McdAccount *account);
+struct mcd_channel_request;
gboolean mcd_account_request_channel_nmc4 (McdAccount *account,
const struct mcd_channel_request *req,
- GError **error);
+ GError **error) G_GNUC_DEPRECATED;
gchar *mcd_account_get_avatar_filename (McdAccount *account);