diff options
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 |