changeset 21051:951194d31105

Mark the unused GtkIMHtml fields as deprecated.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 30 Oct 2007 02:33:18 +0000
parents e376393e4f35
children e3192d703585
files pidgin/gtkimhtml.h
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkimhtml.h	Tue Oct 30 02:31:51 2007 +0000
+++ b/pidgin/gtkimhtml.h	Tue Oct 30 02:33:18 2007 +0000
@@ -128,9 +128,15 @@
 		GtkTextTag *link;
 	} edit;
 
-	/* These are not used anymore and should be removed when possible */
+#ifndef PIDGIN_DISABLE_DEPRECATED
+	/** @deprecated */
 	char *clipboard_text_string;
+	/** @deprecated */
 	char *clipboard_html_string;
+#else
+	char *depr1;
+	char *depr2;
+#endif
 
 	GSList *im_images;
 	GtkIMHtmlFuncs *funcs;