Mercurial > pidgin.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
9306:04a3e9e869ee | 9307:2138b3a07cb8 |
---|---|
287 * | 287 * |
288 * @param imhtml The GTK IM/HTML. | 288 * @param imhtml The GTK IM/HTML. |
289 * @param text The formatted text to append. | 289 * @param text The formatted text to append. |
290 * @param options A GtkIMHtmlOptions object indicating insert behavior. | 290 * @param options A GtkIMHtmlOptions object indicating insert behavior. |
291 */ | 291 */ |
292 #define gtk_imhtml_append_text(x, y, z) \ | 292 #define gtk_imhtml_append_text(imhtml, text, options) \ |
293 gtk_imhtml_append_text_with_images(x, y, z, NULL) | 293 gtk_imhtml_append_text_with_images(imhtml, text, options, NULL) |
294 | 294 |
295 /** | 295 /** |
296 * Appends HTML formatted text to a GTK IM/HTML. | 296 * Appends HTML formatted text to a GTK IM/HTML. |
297 * | 297 * |
298 * @param imhtml The GTK IM/HTML. | 298 * @param imhtml The GTK IM/HTML. |
426 * | 426 * |
427 * @param scale The GTK IM/HTML scalable. | 427 * @param scale The GTK IM/HTML scalable. |
428 * @param imhtml The GTK IM/HTML. | 428 * @param imhtml The GTK IM/HTML. |
429 * @param iter The GtkTextIter at which to add the scalable. | 429 * @param iter The GtkTextIter at which to add the scalable. |
430 */ | 430 */ |
431 void gtk_imhtml_hr_add_to(GtkIMHtmlScalable *scale, GtkIMHtml *, GtkTextIter *); | 431 void gtk_imhtml_hr_add_to(GtkIMHtmlScalable *scale, GtkIMHtml *imhtml, GtkTextIter *iter); |
432 | 432 |
433 /** | 433 /** |
434 * Finds and highlights a given string in a GTK IM/HTML. | 434 * Finds and highlights a given string in a GTK IM/HTML. |
435 * | 435 * |
436 * @param imhtml The GTK IM/HTML. | 436 * @param imhtml The GTK IM/HTML. |