Mercurial > pidgin
changeset 29313:47b3a53ce497
Added @since on gtk_imhtmltoolbar_switch_active_conversation
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 16 Nov 2009 21:14:35 +0000 |
parents | 163f6c3cbdd9 |
children | c783f9e66171 |
files | pidgin/gtkimhtmltoolbar.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkimhtmltoolbar.h Mon Nov 16 21:04:49 2009 +0000 +++ b/pidgin/gtkimhtmltoolbar.h Mon Nov 16 21:14:35 2009 +0000 @@ -90,6 +90,9 @@ void gtk_imhtmltoolbar_attach (GtkIMHtmlToolbar *toolbar, GtkWidget *imhtml); void gtk_imhtmltoolbar_associate_smileys (GtkIMHtmlToolbar *toolbar, const char *proto_id); +/** + * @since 2.7.0 + */ void gtk_imhtmltoolbar_switch_active_conversation(GtkIMHtmlToolbar *toolbar, PurpleConversation *conv);