From db9288db620bb8bc746ffbb6fca50e79c9496e15 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 31 Mar 2012 08:12:22 +0000 Subject: [PATCH] Efreet : doc fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Jérôme Pinot SVN revision: 69816 --- legacy/efreet/src/lib/efreet_desktop.h | 2 +- legacy/efreet/src/lib/efreet_menu.h | 2 +- legacy/efreet/src/lib/efreet_uri.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/efreet/src/lib/efreet_desktop.h b/legacy/efreet/src/lib/efreet_desktop.h index a2bd266348..f7dfe51294 100644 --- a/legacy/efreet/src/lib/efreet_desktop.h +++ b/legacy/efreet/src/lib/efreet_desktop.h @@ -235,7 +235,7 @@ EAPI const char *efreet_desktop_environment_get(void); * @param files an eina list of file names to execute, as either absolute paths, * relative paths, or uris * @param cb_command a callback to call for each prepared command line - * @param cb_progress a callback to get progress for the downloads + * @param cb_prog a callback to get progress for the downloads * @param data user data passed to the callback * @return Returns 1 on success or 0 on failure * @brief Get a command to use to execute a desktop entry, and receive progress diff --git a/legacy/efreet/src/lib/efreet_menu.h b/legacy/efreet/src/lib/efreet_menu.h index e23f694c06..8531cd86ed 100644 --- a/legacy/efreet/src/lib/efreet_menu.h +++ b/legacy/efreet/src/lib/efreet_menu.h @@ -92,7 +92,7 @@ EAPI Efreet_Menu *efreet_menu_parse(const char *path); EAPI int efreet_menu_save(Efreet_Menu *menu, const char *path); /** - * @param entry The Efreet_Menu to free + * @param menu The Efreet_Menu to free * @return Returns no value * @brief Frees the given structure */ diff --git a/legacy/efreet/src/lib/efreet_uri.h b/legacy/efreet/src/lib/efreet_uri.h index 0a428f578a..32aaeee519 100644 --- a/legacy/efreet/src/lib/efreet_uri.h +++ b/legacy/efreet/src/lib/efreet_uri.h @@ -40,7 +40,7 @@ struct Efreet_Uri EAPI const char *efreet_uri_encode(Efreet_Uri *uri); /** - * @param full_uri a valid uri string to parse + * @param val a valid uri string to parse * @return Return The corresponding Efreet_Uri structure. Or NULL on errors. * @brief Read a single uri and return an Efreet_Uri struct. If there's no * hostname in the uri then the hostname parameter will be NULL. All the uri