Mercurial > pidgin.yaz
changeset 12557:adf79d8ceb2d
[gaim-migrate @ 14876]
Document the smooth parameter to gtk_imhtml_scroll_to_end.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 19 Dec 2005 09:15:07 +0000 |
parents | 14e094d7568f |
children | 5fcb5676e1dc |
files | plugins/ChangeLog.API src/gtkimhtml.h |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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);