From c3fd0444b1d78035b12acf7dde7cec5ff1f37df2 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 4 Oct 2012 08:55:51 +0000 Subject: [PATCH] fix some efreet docs SVN revision: 77412 --- legacy/efreet/src/lib/efreet_desktop.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/legacy/efreet/src/lib/efreet_desktop.h b/legacy/efreet/src/lib/efreet_desktop.h index f7dfe51294..5b5d01517f 100644 --- a/legacy/efreet/src/lib/efreet_desktop.h +++ b/legacy/efreet/src/lib/efreet_desktop.h @@ -12,15 +12,6 @@ */ -/** - * @param desktop the desktop entry - * @param files an eina list of file names to execute, as either absolute paths, - * relative paths, or uris - * @param func a callback to call for each prepared command line - * @param data user data passed to the callback - * @return Returns the return value of @p func on success or NULL on failure - * @brief Get a command to use to execute a desktop entry. - */ EAPI extern int EFREET_DESKTOP_TYPE_APPLICATION; EAPI extern int EFREET_DESKTOP_TYPE_LINK; EAPI extern int EFREET_DESKTOP_TYPE_DIRECTORY; @@ -246,6 +237,15 @@ EAPI void *efreet_desktop_command_progress_get(Efreet_Desktop *deskt Efreet_Desktop_Command_Cb cb_command, Efreet_Desktop_Progress_Cb cb_prog, void *data); +/** + * @param desktop the desktop entry + * @param files an eina list of file names to execute, as either absolute paths, + * relative paths, or uris + * @param func a callback to call for each prepared command line + * @param data user data passed to the callback + * @return Returns the return value of @p func on success or NULL on failure + * @brief Get a command to use to execute a desktop entry. + */ EAPI void *efreet_desktop_command_get(Efreet_Desktop *desktop, Eina_List *files, Efreet_Desktop_Command_Cb func,