summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-09-25 13:12:17 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-09-25 19:39:38 +0100
commita0af4c2c6d756ff017ea14e4acf24b8571d68b3b (patch)
tree74e18b7e3a4d11e589820d4105a4faf2a4da99fa /telepathy-glib/account.h
parent94e3ae8c1be20eaeedcf1ea5c819c46d6399de78 (diff)
downloadtelepathy-glib-a0af4c2c6d756ff017ea14e4acf24b8571d68b3b.tar.gz
account: merge _get_requested_{presence,status,status_message} into one
Same idea as merging _get_current_{presence,status,status_message}. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/account.h')
-rw-r--r--telepathy-glib/account.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/telepathy-glib/account.h b/telepathy-glib/account.h
index e336bf8d5..7692d9a9c 100644
--- a/telepathy-glib/account.h
+++ b/telepathy-glib/account.h
@@ -160,11 +160,7 @@ TpConnectionPresenceType tp_account_get_current_presence (TpAccount *account,
gchar **status, gchar **status_message);
TpConnectionPresenceType tp_account_get_requested_presence (
- TpAccount *account);
-
-const gchar *tp_account_get_requested_status (TpAccount *account);
-
-const gchar *tp_account_get_requested_status_message (TpAccount *account);
+ TpAccount *account, gchar **status, gchar **status_message);
const GHashTable *tp_account_get_parameters (TpAccount *account);