diff options
author | Richard Laager <rlaager@pidgin.im> | 2007-06-16 19:00:35 +0000 |
---|---|---|
committer | Richard Laager <rlaager@pidgin.im> | 2007-06-16 19:00:35 +0000 |
commit | 515e22352f82c1e9e8f976924789b385bc1d2c56 (patch) | |
tree | ba97009b4158197ff02c8705de50d01ee2104397 /libpurple/notify.h | |
parent | 72b6031dbd986f062e20f782f9dadb601af055d7 (diff) | |
download | pidgin-515e22352f82c1e9e8f976924789b385bc1d2c56.tar.gz |
disapproval of revision '2d8ea56b90971e7851442d96b7d74ecb4f052126'
Diffstat (limited to 'libpurple/notify.h')
-rw-r--r-- | libpurple/notify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/notify.h b/libpurple/notify.h index 12723c53fe..3130b26874 100644 --- a/libpurple/notify.h +++ b/libpurple/notify.h @@ -458,7 +458,7 @@ void purple_notify_user_info_destroy(PurpleNotifyUserInfo *user_info); * * @result A GList of PurpleNotifyUserInfoEntry objects */ -const GList *purple_notify_user_info_get_entries(PurpleNotifyUserInfo *user_info); +GList *purple_notify_user_info_get_entries(PurpleNotifyUserInfo *user_info); /** * Create a textual representation of a PurpleNotifyUserInfo, separating entries with newline |