| 59 void pidgin_smileys_uninit(void); |
59 void pidgin_smileys_uninit(void); |
| 60 |
60 |
| 61 /** |
61 /** |
| 62 * Returns a GSList with the GtkWebViewSmiley of each custom smiley |
62 * Returns a GSList with the GtkWebViewSmiley of each custom smiley |
| 63 * |
63 * |
| 64 * Returns: (transfer none): A GtkIMHmlSmiley list |
64 * Returns: (transfer none): A GtkWebViewSmiley list |
| 65 */ |
65 */ |
| 66 GSList *pidgin_smileys_get_all(void); |
66 GSList *pidgin_smileys_get_all(void); |
| 67 |
67 |
| 68 /****************************************************************************** |
68 /****************************************************************************** |
| 69 * Smiley Manager |
69 * Smiley Manager |