changeset 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 feb3d21a7794
files src/plugin.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.
  */