| 67 * Returns: The #GType for a smiley list. |
67 * Returns: The #GType for a smiley list. |
| 68 */ |
68 */ |
| 69 GType |
69 GType |
| 70 pidgin_smiley_theme_get_type(void); |
70 pidgin_smiley_theme_get_type(void); |
| 71 |
71 |
| 72 /* TODO: remove it */ |
|
| 73 const gchar * |
|
| 74 pidgin_smiley_theme_get_path(PidginSmileyTheme *theme); |
|
| 75 |
|
| 76 const gchar * |
72 const gchar * |
| 77 pidgin_smiley_theme_get_name(PidginSmileyTheme *theme); |
73 pidgin_smiley_theme_get_name(PidginSmileyTheme *theme); |
| 78 |
74 |
| 79 const gchar * |
75 const gchar * |
| 80 pidgin_smiley_theme_get_description(PidginSmileyTheme *theme); |
76 pidgin_smiley_theme_get_description(PidginSmileyTheme *theme); |