diff src/gtkimhtml.h @ 9307:2138b3a07cb8

[gaim-migrate @ 10115] [02:32] <grim> http://www.reaperworld.com/code/gaim/gaim-0.79cvs-doc_fixes_and_some_extended_null_checking_in_plugin_structs.diff [02:32] <grim> longest diff name EVER!! committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Fri, 18 Jun 2004 07:39:02 +0000
parents f2e75dd2971a
children c8e0426c63ed
line wrap: on
line diff
--- a/src/gtkimhtml.h	Fri Jun 18 07:28:25 2004 +0000
+++ b/src/gtkimhtml.h	Fri Jun 18 07:39:02 2004 +0000
@@ -289,8 +289,8 @@
  * @param text    The formatted text to append.
  * @param options A GtkIMHtmlOptions object indicating insert behavior.
  */
-#define gtk_imhtml_append_text(x, y, z) \
- gtk_imhtml_append_text_with_images(x, y, z, NULL)
+#define gtk_imhtml_append_text(imhtml, text, options) \
+ gtk_imhtml_append_text_with_images(imhtml, text, options, NULL)
 
 /**
  * Appends HTML formatted text to a GTK IM/HTML.
@@ -428,7 +428,7 @@
  * @param imhtml The GTK IM/HTML.
  * @param iter   The GtkTextIter at which to add the scalable.
  */
-void gtk_imhtml_hr_add_to(GtkIMHtmlScalable *scale, GtkIMHtml *, GtkTextIter *);
+void gtk_imhtml_hr_add_to(GtkIMHtmlScalable *scale, GtkIMHtml *imhtml, GtkTextIter *iter);
 
 /**
  * Finds and highlights a given string in a GTK IM/HTML.