Download

Support

lib/efreet_utils.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Data Structures

struct  Efreet_Event_Desktop_Change

Typedefs

typedef struct
Efreet_Event_Desktop_Change 
Efreet_Event_Desktop_Change

Enumerations

enum  Efreet_Desktop_Change { EFREET_DESKTOP_CHANGE_ADD, EFREET_DESKTOP_CHANGE_REMOVE, EFREET_DESKTOP_CHANGE_UPDATE }

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
EAPI int EFREET_EVENT_DESKTOP_LIST_CHANGE

Typedef Documentation


Enumeration Type Documentation

Enumerator:
EFREET_DESKTOP_CHANGE_ADD 
EFREET_DESKTOP_CHANGE_REMOVE 
EFREET_DESKTOP_CHANGE_UPDATE 


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: Sat May 17 16:35:33 2008