libpurple/plugins/perl/common/Notify.xs

changeset 22843
494d03e9a2fd
parent 18190
bcf28ef7e8ff
child 23987
3d41ccd1f8bf
--- a/libpurple/plugins/perl/common/Notify.xs	Tue Apr 22 16:47:11 2008 +0000
+++ b/libpurple/plugins/perl/common/Notify.xs	Tue Apr 22 23:34:56 2008 +0000
@@ -172,10 +172,10 @@
 void purple_notify_user_info_remove_last_item(user_info)
 	Purple::NotifyUserInfo user_info
 
-gchar *
+const gchar *
 purple_notify_user_info_entry_get_label(user_info_entry)
 	Purple::NotifyUserInfoEntry user_info_entry
 
-gchar *
+const gchar *
 purple_notify_user_info_entry_get_value(user_info_entry)
 	Purple::NotifyUserInfoEntry user_info_entry

mercurial