| 222 GType pidgin_stock_icon_theme_get_type(void); |
222 GType pidgin_stock_icon_theme_get_type(void); |
| 223 |
223 |
| 224 /** |
224 /** |
| 225 * Loades all of the icons from the status icon theme into Pidgin stock |
225 * Loades all of the icons from the status icon theme into Pidgin stock |
| 226 * |
226 * |
| 227 * @param theme the theme to load, or null to load all the default icons |
227 * @theme: the theme to load, or null to load all the default icons |
| 228 */ |
228 */ |
| 229 void pidgin_stock_load_status_icon_theme(PidginStatusIconTheme *theme); |
229 void pidgin_stock_load_status_icon_theme(PidginStatusIconTheme *theme); |
| 230 |
230 |
| 231 |
231 |
| 232 void pidgin_stock_load_stock_icon_theme(PidginStockIconTheme *theme); |
232 void pidgin_stock_load_stock_icon_theme(PidginStockIconTheme *theme); |