summaryrefslogtreecommitdiff
path: root/libpurple/account.h
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2007-06-07 04:22:42 +0000
committerRichard Laager <rlaager@pidgin.im>2007-06-07 04:22:42 +0000
commit72b6031dbd986f062e20f782f9dadb601af055d7 (patch)
tree6f671a9269eb07af8cde27334f9ec2c398891e71 /libpurple/account.h
parentb35cb10e6354e367ce6281e144ccfe8ab67507b4 (diff)
downloadpidgin-72b6031dbd986f062e20f782f9dadb601af055d7.tar.gz
Mark the return type const for the following functions. I noticed this
while fixing some DBus stuff which I'll commit shortly. * purple_accounts_get_all * purple_connections_get_all * purple_connections_get_connecting * purple_conv_chat_get_ignored * purple_conv_chat_get_users * purple_get_chats * purple_get_conversations * purple_get_ims * purple_notify_user_info_get_entries References #1344
Diffstat (limited to 'libpurple/account.h')
-rw-r--r--libpurple/account.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/account.h b/libpurple/account.h
index ef07d72e2a..261c1ad676 100644
--- a/libpurple/account.h
+++ b/libpurple/account.h
@@ -886,7 +886,7 @@ void purple_accounts_reorder(PurpleAccount *account, gint new_index);
*
* @return A list of all accounts.
*/
-GList *purple_accounts_get_all(void);
+const GList *purple_accounts_get_all(void);
/**
* Returns a list of all enabled accounts