3 fixes for efreet doc...

-- 
Jérôme Pinot
http://ngc891.blogdns.net/
Index: efreet/src/lib/efreet_uri.h
===================================================================
--- efreet/src/lib/efreet_uri.h (revision 69815)
+++ efreet/src/lib/efreet_uri.h (working copy)
@@ -40,7 +40,7 @@
 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
Index: efreet/src/lib/efreet_menu.h
===================================================================
--- efreet/src/lib/efreet_menu.h        (revision 69815)
+++ efreet/src/lib/efreet_menu.h        (working copy)
@@ -92,7 +92,7 @@
 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
  */
Index: efreet/src/lib/efreet_desktop.h
===================================================================
--- efreet/src/lib/efreet_desktop.h     (revision 69815)
+++ efreet/src/lib/efreet_desktop.h     (working copy)
@@ -235,7 +235,7 @@
  * @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

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to