Efreet_Icon_Theme Struct Reference
contains all of the known information about a given theme More...
#include <efreet_icon.h>
Data Fields | |
| const char * | comment |
| Eina_List * | directories |
| const char * | example_icon |
| unsigned char | hidden:1 |
| Eina_List * | inherits |
| double | last_cache_check |
| struct { | |
| const char * internal | |
| const char * name | |
| } | name |
| Eina_List * | paths |
| unsigned char | valid:1 |
Detailed Description
contains all of the known information about a given theme
Field Documentation
| const char* Efreet_Icon_Theme::comment |
String describing the theme
| Eina_List* Efreet_Icon_Theme::directories |
List of subdirectories for this theme
| const char* Efreet_Icon_Theme::example_icon |
Icon to use as an example of the theme
| unsigned char Efreet_Icon_Theme::hidden |
Should this theme be hidden from users
Referenced by efreet_icon_theme_list_get().
| Eina_List* Efreet_Icon_Theme::inherits |
Icon themes we inherit from
| const char* Efreet_Icon_Theme::internal |
The internal theme name
Last time the cache was checked
| const char* Efreet_Icon_Theme::name |
The user visible name
Referenced by efreet_icon_list_find(), efreet_icon_theme_find(), and efreet_icon_theme_list_get().
| struct { ... } Efreet_Icon_Theme::name |
The different names for the theme
| Eina_List* Efreet_Icon_Theme::paths |
The paths
| unsigned char Efreet_Icon_Theme::valid |
Have we seen an index for this theme
Referenced by efreet_icon_theme_list_get().
The documentation for this struct was generated from the following file:
- lib/efreet_icon.h
