comparison pidgin/gtkimhtmltoolbar.h @ 29757:2ad2e3490b23

propagate from branch 'im.pidgin.pidgin' (head 1d831e835bac31debd4d67cc75397c378c00bc7e) to branch 'im.pidgin.pidgin.next.minor' (head 6a9b4038509121d25981653d0395c423aecb8699)
author Paul Aurich <paul@darkrain42.org>
date Mon, 15 Feb 2010 00:28:10 +0000
parents 47b3a53ce497
children f44718de8b06 02a2e8183b1d
comparison
equal deleted inserted replaced
29439:031fd1cd88df 29757:2ad2e3490b23
88 GtkWidget* gtk_imhtmltoolbar_new (void); 88 GtkWidget* gtk_imhtmltoolbar_new (void);
89 89
90 void gtk_imhtmltoolbar_attach (GtkIMHtmlToolbar *toolbar, GtkWidget *imhtml); 90 void gtk_imhtmltoolbar_attach (GtkIMHtmlToolbar *toolbar, GtkWidget *imhtml);
91 void gtk_imhtmltoolbar_associate_smileys (GtkIMHtmlToolbar *toolbar, const char *proto_id); 91 void gtk_imhtmltoolbar_associate_smileys (GtkIMHtmlToolbar *toolbar, const char *proto_id);
92 92
93 /**
94 * @since 2.7.0
95 */
96 void gtk_imhtmltoolbar_switch_active_conversation(GtkIMHtmlToolbar *toolbar,
97 PurpleConversation *conv);
93 98
94 #ifdef __cplusplus 99 #ifdef __cplusplus
95 } 100 }
96 #endif 101 #endif
97 102