diff src/gtkimhtml.h @ 9034:bbb8733c7818

[gaim-migrate @ 9810] SimGuy says Oops. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 23 May 2004 18:38:07 +0000
parents 4ef4d3220f81
children 960bb3bd9ba6
line wrap: on
line diff
--- a/src/gtkimhtml.h	Sun May 23 18:15:15 2004 +0000
+++ b/src/gtkimhtml.h	Sun May 23 18:38:07 2004 +0000
@@ -408,7 +408,7 @@
  *
  * @param scale The GTK IM/HTML scalable.
  */
-void gtk_imhtml_hr_free(GtkIMHtmlScalable scale*);
+void gtk_imhtml_hr_free(GtkIMHtmlScalable *scale);
 
 /**
  * Rescales a GTK IM/HTML scalable horizontal rule to a given size.
@@ -417,7 +417,7 @@
  * @param width  The new width.
  * @param height The new height.
  */
-void gtk_imhtml_hr_scale(GtkIMHtmlScalable scale*, int width, int height);
+void gtk_imhtml_hr_scale(GtkIMHtmlScalable *scale, int width, int height);
 
 /**
  * Adds a GTK IM/HTML scalable horizontal rule to a given GTK IM/HTML at
@@ -427,7 +427,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 *, GtkTextIter *);
 
 /**
  * Finds and highlights a given string in a GTK IM/HTML.