Download

Support

/build/buildd/efreet-0.5.0.49898/src/lib/efreet_utils.h

Go to the documentation of this file.
00001 /* vim: set sw=4 ts=4 sts=4 et: */
00002 #ifndef EFREET_UTILS_H
00003 #define EFREET_UTILS_H
00004 
00005 EAPI const char *efreet_util_path_to_file_id(const char *path);
00006 
00007 EAPI Eina_List *efreet_util_desktop_mime_list(const char *mime);
00008 
00009 EAPI Efreet_Desktop *efreet_util_desktop_wm_class_find(const char *wmname, const char *wmclass);
00010 EAPI Efreet_Desktop *efreet_util_desktop_file_id_find(const char *file_id);
00011 EAPI Efreet_Desktop *efreet_util_desktop_exec_find(const char *exec);
00012 EAPI Efreet_Desktop *efreet_util_desktop_name_find(const char *name);
00013 EAPI Efreet_Desktop *efreet_util_desktop_generic_name_find(const char *generic_name);
00014 
00015 EAPI Eina_List *efreet_util_desktop_name_glob_list(const char *glob);
00016 EAPI Eina_List *efreet_util_desktop_exec_glob_list(const char *glob);
00017 EAPI Eina_List *efreet_util_desktop_generic_name_glob_list(const char *glob);
00018 EAPI Eina_List *efreet_util_desktop_comment_glob_list(const char *glob);
00019 
00020 EAPI Eina_List *efreet_util_desktop_categories_list(void);
00021 EAPI Eina_List *efreet_util_desktop_category_list(const char *category);
00022 
00023 EAPI Eina_List *efreet_util_menus_find(void);
00024 
00025 #endif

Copyright © Enlightenment.org

Efreet Documentation Generated: Tue Aug 3 2010 10:37:52