Efreet : doc fixes

Patch by Jérôme Pinot


SVN revision: 69816
This commit is contained in:
Vincent Torri 2012-03-31 08:12:22 +00:00
parent 1ee506ccf7
commit db9288db62
3 changed files with 3 additions and 3 deletions

View File

@ -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, * @param files an eina list of file names to execute, as either absolute paths,
* relative paths, or uris * relative paths, or uris
* @param cb_command a callback to call for each prepared command line * @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 * @param data user data passed to the callback
* @return Returns 1 on success or 0 on failure * @return Returns 1 on success or 0 on failure
* @brief Get a command to use to execute a desktop entry, and receive progress * @brief Get a command to use to execute a desktop entry, and receive progress

View File

@ -92,7 +92,7 @@ EAPI Efreet_Menu *efreet_menu_parse(const char *path);
EAPI int efreet_menu_save(Efreet_Menu *menu, 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 * @return Returns no value
* @brief Frees the given structure * @brief Frees the given structure
*/ */

View File

@ -40,7 +40,7 @@ struct Efreet_Uri
EAPI const char *efreet_uri_encode(Efreet_Uri *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. * @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 * @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 * hostname in the uri then the hostname parameter will be NULL. All the uri