| 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, |
93 void gtk_imhtmltoolbar_switch_active_conversation(GtkIMHtmlToolbar *toolbar, |
| 97 PurpleConversation *conv); |
94 PurpleConversation *conv); |
| 98 |
95 |
| 99 #ifdef __cplusplus |
96 #ifdef __cplusplus |
| 100 } |
97 } |