Mercurial > pidgin
comparison src/plugin.h @ 7034:f7ff0dfa6b9f
[gaim-migrate @ 7597]
Minor doc updates.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Mon, 29 Sep 2003 22:56:15 +0000 |
| parents | cf1126ba1834 |
| children | c47633e9e2a4 |
comparison
equal
deleted
inserted
replaced
| 7033:cf1126ba1834 | 7034:f7ff0dfa6b9f |
|---|---|
| 400 * @return The plugin if found, or @c NULL if not found. | 400 * @return The plugin if found, or @c NULL if not found. |
| 401 */ | 401 */ |
| 402 GaimPlugin *gaim_plugins_find_with_name(const char *name); | 402 GaimPlugin *gaim_plugins_find_with_name(const char *name); |
| 403 | 403 |
| 404 /** | 404 /** |
| 405 * Finds a plugin with the specified filename. | 405 * Finds a plugin with the specified filename (filename with a path). |
| 406 * | 406 * |
| 407 * @param filename The plugin filename. | 407 * @param filename The plugin filename. |
| 408 * | 408 * |
| 409 * @return The plugin if found, or @c NULL if not found. | 409 * @return The plugin if found, or @c NULL if not found. |
| 410 */ | 410 */ |
| 411 GaimPlugin *gaim_plugins_find_with_filename(const char *filename); | 411 GaimPlugin *gaim_plugins_find_with_filename(const char *filename); |
| 412 | 412 |
| 413 /** | 413 /** |
| 414 * Finds a plugin with the specified base filename. | 414 * Finds a plugin with the specified basename (filename without a path). |
| 415 * | 415 * |
| 416 * @param basename The base plugin filename. | 416 * @param basename The plugin basename. |
| 417 * | 417 * |
| 418 * @return The plugin if found, or @c NULL if not found. | 418 * @return The plugin if found, or @c NULL if not found. |
| 419 */ | 419 */ |
| 420 GaimPlugin *gaim_plugins_find_with_basename(const char *basename); | 420 GaimPlugin *gaim_plugins_find_with_basename(const char *basename); |
| 421 | 421 |
