diff libpurple/notify.h @ 25417:2d4f0dd04334

Deprecate some functions that aren't really needed
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 09:46:09 +0000
parents d038fc351194
children b87a1e43389e
line wrap: on
line diff
--- a/libpurple/notify.h	Mon Jan 26 09:12:04 2009 +0000
+++ b/libpurple/notify.h	Mon Jan 26 09:46:09 2009 +0000
@@ -564,6 +564,11 @@
  *
  * @param user_info        The PurpleNotifyUserInfo
  * @param user_info_entry  The PurpleNotifyUserInfoEntry
+ *
+ * @deprecated Nothing is using this function and it should be removed
+ *             in 3.0.0.  Or, if we decide we want to keep it in 3.0.0
+ *             then we should make purple_notify_user_info_entry_destroy
+ *             public so that entries can be free'd after they're removed.
  */
 void purple_notify_user_info_remove_entry(PurpleNotifyUserInfo *user_info, PurpleNotifyUserInfoEntry *user_info_entry);