diff pidgin/gtklog.h @ 21228:cc8bdfb16ddf

Document the window transient_for changes. Refs #2617
author Richard Laager <rlaager@wiktel.com>
date Sat, 13 Oct 2007 23:59:52 +0000
parents b84655373d7b
children 0b67d509a305 a051b177661e
line wrap: on
line diff
--- a/pidgin/gtklog.h	Sat Oct 13 23:32:54 2007 +0000
+++ b/pidgin/gtklog.h	Sat Oct 13 23:59:52 2007 +0000
@@ -52,13 +52,34 @@
 };
 
 
-
+/**
+ * @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);
 
 /**************************************************************************/