Mercurial > pidgin
comparison src/plugin.h @ 5573:5e7de337a053
[gaim-migrate @ 5976]
Account saving and loading _mostly_ works.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Fri, 30 May 2003 23:57:11 +0000 |
| parents | 9442e8d0b21d |
| children | 6aa7651c7c15 |
comparison
equal
deleted
inserted
replaced
| 5572:dfdea22a7153 | 5573:5e7de337a053 |
|---|---|
| 341 GaimPlugin *gaim_plugins_find_with_id(const char *id); | 341 GaimPlugin *gaim_plugins_find_with_id(const char *id); |
| 342 | 342 |
| 343 /** | 343 /** |
| 344 * Returns a list of all loaded plugins. | 344 * Returns a list of all loaded plugins. |
| 345 * | 345 * |
| 346 * @return A list of all loaded plugins. | |
| 347 */ | |
| 348 GList *gaim_plugins_get_loaded(void); | |
| 349 | |
| 350 /** | |
| 351 * Returns a list of all protocol plugins. | |
| 352 * | |
| 353 * @return A list of all protocol plugins. | |
| 354 */ | |
| 355 GList *gaim_plugins_get_protocols(void); | |
| 356 | |
| 357 /** | |
| 358 * Returns a list of all plugins, whether loaded or not. | |
| 359 * | |
| 346 * @return A list of all plugins. | 360 * @return A list of all plugins. |
| 347 */ | 361 */ |
| 348 GList *gaim_plugins_get_loaded(void); | |
| 349 | |
| 350 /** | |
| 351 * Returns a list of all plugins, whether loaded or not. | |
| 352 * | |
| 353 * @return A list of all plugins. | |
| 354 */ | |
| 355 GList *gaim_plugins_get_all(void); | 362 GList *gaim_plugins_get_all(void); |
| 356 | 363 |
| 357 /*@}*/ | 364 /*@}*/ |
| 358 | 365 |
| 359 #endif /* _GAIM_PLUGIN_H_ */ | 366 #endif /* _GAIM_PLUGIN_H_ */ |
