diff libpurple/notify.h @ 25421:b87a1e43389e

Slap some PURPLE_DISABLE_DEPRECATED checks around the functions Mark just deprecated and add them to the ChangeLog.API file.
author Richard Laager <rlaager@wiktel.com>
date Mon, 26 Jan 2009 11:11:39 +0000
parents 2d4f0dd04334
children d06f9250cf5a
line wrap: on
line diff
--- a/libpurple/notify.h	Mon Jan 26 10:39:25 2009 +0000
+++ b/libpurple/notify.h	Mon Jan 26 11:11:39 2009 +0000
@@ -291,6 +291,7 @@
  */
 void purple_notify_searchresults_row_add(PurpleNotifySearchResults *results,
 									   GList *row);
+
 #if !(defined PURPLE_DISABLE_DEPRECATED) || (defined _PURPLE_NOTIFY_C_)
 /**
  * Returns a number of the rows in the search results object.
@@ -558,6 +559,7 @@
  */
 void purple_notify_user_info_prepend_pair(PurpleNotifyUserInfo *user_info, const char *label, const char *value);
 
+#if !(defined PURPLE_DISABLE_DEPRECATED) || (defined _PURPLE_NOTIFY_C_)
 /**
  * Remove a PurpleNotifyUserInfoEntry from a PurpleNotifyUserInfo object
  * without freeing the entry.
@@ -571,6 +573,7 @@
  *             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);
+#endif
 
 /**
  * Create a new PurpleNotifyUserInfoEntry