Download

Support

/build/buildd/efreet-0.5.0.063/src/lib/efreet_icon.c File Reference

#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <dirent.h>
#include <limits.h>
#include <Ecore.h>
#include <Ecore_Str.h>
#include <Ecore_File.h>
#include "Efreet.h"
#include "efreet_private.h"
Include dependency graph for efreet_icon.c:

Data Structures

struct  Efreet_Icon_Cache

Defines

#define EFREET_MODULE_LOG_DOM   _efreet_icon_log_dom

Typedefs

typedef struct Efreet_Icon_Cache Efreet_Icon_Cache

Functions

const char * efreet_icon_deprecated_user_dir_get (void)
 Returns the user icon directory.
EAPI void efreet_icon_extension_add (const char *ext)
 Adds the given extension to the list of possible icon extensions.
EAPI Eina_List ** efreet_icon_extra_list_get (void)
 Gets the list of all extra directories to look for icons. These directories are used to look for icons after looking in the user icon dir and before looking in standard system directories. The order of search is from first to last directory in this list. the strings in the list should be created with eina_stringshare_add().
EAPI Efreet_Iconefreet_icon_find (const char *theme_name, const char *icon, unsigned int size)
 Retrieves all of the information about the given icon.
EAPI void efreet_icon_free (Efreet_Icon *icon)
 Free's the given icon and all its internal data.
int efreet_icon_init (void)
EAPI char * efreet_icon_list_find (const char *theme_name, Eina_List *icons, unsigned int size)
 Retrieves all of the information about the first found icon in the list.
EAPI char * efreet_icon_path_find (const char *theme_name, const char *icon, unsigned int size)
 Retrives the path to the given icon.
void efreet_icon_shutdown (void)
EAPI Efreet_Icon_Themeefreet_icon_theme_find (const char *theme_name)
 Tries to get the icon theme structure for the given theme name.
EAPI Eina_List * efreet_icon_theme_list_get (void)
 Retrieves all of the non-hidden icon themes available on the system. The returned list must be freed. Do not free the list data.
EAPI const char * efreet_icon_user_dir_get (void)

Define Documentation

#define EFREET_MODULE_LOG_DOM   _efreet_icon_log_dom

Typedef Documentation


Function Documentation

const char* efreet_icon_deprecated_user_dir_get ( void   ) 

Returns the user icon directory.

Returns:
Returns the user icon directory

References efreet_home_dir_get().


Copyright © Enlightenment.org

Efreet Documentation Generated: Tue Dec 22 16:13:51 2009