diff pidgin/gtklog.h @ 21339:a051b177661e

disapproval of revision 'ce13b5ca4994abbd4934b3bc568c8b115335c426'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 22:59:20 +0000
parents cc8bdfb16ddf
children 2ae1233bd6b2
line wrap: on
line diff
--- a/pidgin/gtklog.h	Sat Oct 13 23:59:52 2007 +0000
+++ b/pidgin/gtklog.h	Fri Nov 16 22:59:20 2007 +0000
@@ -52,34 +52,13 @@
 };
 
 
-/**
- * @deprecated Use pidgin_log_show_with_parent() instead.
- */
+
 void pidgin_log_show(PurpleLogType type, const char *screenname, PurpleAccount *account);
-
-/**
- * @since 2.3.0
- */
 void pidgin_log_show_with_parent(GtkWindow *parent, PurpleLogType type, const char *screenname, PurpleAccount *account);
-
-/**
- * @deprecated pidgin_log_show_contact_with_parent() instead.
- */
 void pidgin_log_show_contact(PurpleContact *contact);
-
-/**
- * @since 2.3.0
- */
 void pidgin_log_show_contact_with_parent(GtkWindow *parent, PurpleContact *contact);
 
-/**
- * @deprecated Use pidgin_syslog_show_with_parent() instead.
- */
 void pidgin_syslog_show(void);
-
-/**
- * @since 2.3.0
- */
 void pidgin_syslog_show_with_parent(GtkWindow *parent);
 
 /**************************************************************************/