# HG changeset patch # User Christian Hammond # Date 1064876175 0 # Node ID f7ff0dfa6b9f52c7f46bf5bae4a375771c3f08ae # Parent cf1126ba1834520512f8d9179f18ed7fe9aa650d [gaim-migrate @ 7597] Minor doc updates. committer: Tailor Script diff -r cf1126ba1834 -r f7ff0dfa6b9f src/plugin.h --- a/src/plugin.h Mon Sep 29 22:46:15 2003 +0000 +++ b/src/plugin.h Mon Sep 29 22:56:15 2003 +0000 @@ -402,7 +402,7 @@ GaimPlugin *gaim_plugins_find_with_name(const char *name); /** - * Finds a plugin with the specified filename. + * Finds a plugin with the specified filename (filename with a path). * * @param filename The plugin filename. * @@ -411,9 +411,9 @@ GaimPlugin *gaim_plugins_find_with_filename(const char *filename); /** - * Finds a plugin with the specified base filename. + * Finds a plugin with the specified basename (filename without a path). * - * @param basename The base plugin filename. + * @param basename The plugin basename. * * @return The plugin if found, or @c NULL if not found. */