| 88 GtkWidget* gtk_imhtmltoolbar_new (void); |
89 GtkWidget* gtk_imhtmltoolbar_new (void); |
| 89 |
90 |
| 90 void gtk_imhtmltoolbar_attach (GtkIMHtmlToolbar *toolbar, GtkWidget *imhtml); |
91 void gtk_imhtmltoolbar_attach (GtkIMHtmlToolbar *toolbar, GtkWidget *imhtml); |
| 91 void gtk_imhtmltoolbar_associate_smileys (GtkIMHtmlToolbar *toolbar, const char *proto_id); |
92 void gtk_imhtmltoolbar_associate_smileys (GtkIMHtmlToolbar *toolbar, const char *proto_id); |
| 92 |
93 |
| 93 /** |
|
| 94 * @since 2.7.0 |
|
| 95 */ |
|
| 96 void gtk_imhtmltoolbar_switch_active_conversation(GtkIMHtmlToolbar *toolbar, |
94 void gtk_imhtmltoolbar_switch_active_conversation(GtkIMHtmlToolbar *toolbar, |
| 97 PurpleConversation *conv); |
95 PurpleConversation *conv); |
| 98 |
96 |
| 99 #ifdef __cplusplus |
97 #ifdef __cplusplus |
| 100 } |
98 } |