# HG changeset patch # User Richard Laager # Date 1134983707 0 # Node ID adf79d8ceb2d757c0e76e0810b1a9440d1df2ec9 # Parent 14e094d7568f6d0126a6f28842d88373fb047b7a [gaim-migrate @ 14876] Document the smooth parameter to gtk_imhtml_scroll_to_end. committer: Tailor Script diff -r 14e094d7568f -r adf79d8ceb2d plugins/ChangeLog.API --- a/plugins/ChangeLog.API Mon Dec 19 08:57:38 2005 +0000 +++ b/plugins/ChangeLog.API Mon Dec 19 09:15:07 2005 +0000 @@ -29,6 +29,7 @@ * gtk_imhtml_toggle_italic(): No longer returns a value * gtk_imhtml_toggle_underline(): No longer returns a value * gtk_imhtml_toggle_strike(): No longer returns a value + * gtk_imhtml_scroll_to_end(): Added the smooth paramter * gaim_log_new(), added conv parameter * gaim_buddy_icon_new(), leaves a reference which the caller owns. Use gaim_buddy_icon_unref() immediately if you don't want a reference (the diff -r 14e094d7568f -r adf79d8ceb2d src/gtkimhtml.h --- a/src/gtkimhtml.h Mon Dec 19 08:57:38 2005 +0000 +++ b/src/gtkimhtml.h Mon Dec 19 09:15:07 2005 +0000 @@ -359,6 +359,7 @@ * Scrolls a GTK+ IM/HTML to the end of its contents. * * @param imhtml The GTK+ IM/HTML. + * @param smooth A boolean indicating if smooth scrolling should be used. */ void gtk_imhtml_scroll_to_end(GtkIMHtml *imhtml, gboolean smooth);