Download

Support

lib/efreet_utils.c File Reference

#include "Efreet.h"
#include "efreet_private.h"

Include dependency graph for efreet_utils.c:


Data Structures

struct  Efreet_Cache_Fill
struct  Efreet_Cache_Fill_Dir
struct  Efreet_Cache_Search
struct  Efreet_Cache_Search_List
struct  Efreet_Monitor
struct  Efreet_Util_Desktop

Typedefs

typedef struct Efreet_Cache_Fill Efreet_Cache_Fill
typedef struct
Efreet_Cache_Fill_Dir 
Efreet_Cache_Fill_Dir
typedef struct Efreet_Cache_Search Efreet_Cache_Search
typedef struct
Efreet_Cache_Search_List 
Efreet_Cache_Search_List
typedef struct Efreet_Monitor Efreet_Monitor
typedef struct Efreet_Util_Desktop Efreet_Util_Desktop

Functions

EAPI Ecore_List * efreet_util_desktop_categories_list (void)
EAPI Ecore_List * efreet_util_desktop_category_list (const char *category)
EAPI Ecore_List * efreet_util_desktop_comment_glob_list (const char *glob)
EAPI Efreet_Desktopefreet_util_desktop_exec_find (const char *exec)
EAPI Ecore_List * efreet_util_desktop_exec_glob_list (const char *glob)
EAPI Efreet_Desktopefreet_util_desktop_file_id_find (const char *file_id)
EAPI Efreet_Desktopefreet_util_desktop_generic_name_find (const char *generic_name)
EAPI Ecore_List * efreet_util_desktop_generic_name_glob_list (const char *glob)
EAPI Ecore_List * efreet_util_desktop_mime_list (const char *mime)
EAPI Efreet_Desktopefreet_util_desktop_name_find (const char *name)
EAPI Ecore_List * efreet_util_desktop_name_glob_list (const char *glob)
EAPI Efreet_Desktopefreet_util_desktop_wm_class_find (const char *wmname, const char *wmclass)
EAPI int efreet_util_init (void)
EAPI Ecore_List * efreet_util_menus_find (void)
EAPI const char * efreet_util_path_to_file_id (const char *path)
EAPI int efreet_util_shutdown (void)

Variables

EAPI int EFREET_EVENT_DESKTOP_CHANGE = 0
EAPI int EFREET_EVENT_DESKTOP_LIST_CHANGE = 0

Typedef Documentation


Function Documentation

EAPI Ecore_List* efreet_util_desktop_categories_list ( void   ) 

Find all desktop categories This list must be freed using ecore_list_destroy()

Returns:
an Ecore_List of category names (const char *)

EAPI Ecore_List* efreet_util_desktop_category_list ( const char *  category  ) 

Find all desktops in a given category

Note: this returns a pointer to an internal list. Do not add to, remove from, or delete this list.

Parameters:
category the category name
Returns:
a list of desktops

EAPI Ecore_List* efreet_util_desktop_comment_glob_list ( const char *  glob  ) 

EAPI Efreet_Desktop* efreet_util_desktop_exec_find ( const char *  exec  ) 

EAPI Ecore_List* efreet_util_desktop_exec_glob_list ( const char *  glob  ) 

EAPI Efreet_Desktop* efreet_util_desktop_generic_name_find ( const char *  generic_name  ) 

EAPI Ecore_List* efreet_util_desktop_generic_name_glob_list ( const char *  glob  ) 

EAPI Ecore_List* efreet_util_desktop_mime_list ( const char *  mime  ) 

EAPI Efreet_Desktop* efreet_util_desktop_name_find ( const char *  name  ) 

EAPI Ecore_List* efreet_util_desktop_name_glob_list ( const char *  glob  ) 

EAPI Efreet_Desktop* efreet_util_desktop_wm_class_find ( const char *  wmname,
const char *  wmclass 
)

EAPI Ecore_List* efreet_util_menus_find ( void   ) 

Returns a list of .menu files found in the various config dirs.

Returns:
An ecore list of menu file paths (const char *). This must be freed with ecore_list_destroy().

References efreet_config_dirs_get(), and efreet_config_home_get().

EAPI const char* efreet_util_path_to_file_id ( const char *  path  ) 

EAPI int efreet_util_shutdown ( void   ) 


Variable Documentation


Copyright © Enlightenment.org

Efreet Documentation Generated: Sun Oct 5 16:37:23 2008