Enlightenment CVS schrieb:
> Enlightenment CVS committal
>
> Author  : raster
> Project : e17
> Module  : libs/efreet
>
> Dir     : e17/libs/efreet/src/lib
>
>
> Modified Files:
>       efreet_desktop.c efreet_desktop.h 
>
>
> Log Message:
>
>
> return the void pointer return val from the run cb - not just 1 or 0 :) a
> superset here...
>
> ===================================================================
> RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_desktop.c,v
> retrieving revision 1.33
> retrieving revision 1.34
> diff -u -3 -r1.33 -r1.34
> --- efreet_desktop.c  11 Jan 2008 07:33:57 -0000      1.33
> +++ efreet_desktop.c  20 Feb 2008 04:10:02 -0000      1.34
> @@ -102,7 +102,7 @@
>  
>  static void efreet_desktop_type_info_free(Efreet_Desktop_Type_Info *info);
>  static int efreet_desktop_command_flags_get(Efreet_Desktop *desktop);
> -static void efreet_desktop_command_execs_process(Efreet_Desktop_Command 
> *command, Ecore_List *execs);
> +static void *efreet_desktop_command_execs_process(Efreet_Desktop_Command 
> *command, Ecore_List *execs);
>  
>  /**
>   * @internal
> @@ -1097,7 +1097,7 @@
>   * @return Returns 1 on success or 0 on failure
>   
someone should fix the doxy. I can't since i have no idea what this 
function does.
>   * @brief Get a command to use to execute a desktop entry.
>   */
> -EAPI int
> +EAPI void *
>  efreet_desktop_command_get(Efreet_Desktop *desktop, Ecore_List *files,
>                              Efreet_Desktop_Command_Cb func, void *data)
>  {
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to