Mercurial > pidgin.yaz
comparison pidgin/gtkimhtmltoolbar.h @ 31637:f2e0b8f38e14
propagate from branch 'im.pidgin.pidgin' (head 69fbc32fd3dfe8ca0979e1c486c3d51eb06088cf)
to branch 'im.pidgin.pidgin.openq' (head 0a02249008d0dad085b600dd65c45a347d1c84aa)
author | SHiNE CsyFeK <csyfek@gmail.com> |
---|---|
date | Sun, 07 Nov 2010 04:48:56 +0000 |
parents | 47b3a53ce497 |
children | f44718de8b06 02a2e8183b1d |
comparison
equal
deleted
inserted
replaced
31636:35224e759210 | 31637:f2e0b8f38e14 |
---|---|
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 |