![]() |
![]() |
![]() |
Evolution API Reference: libedataserver, utility library | ![]() |
---|---|---|---|---|
GList* e_categories_get_list (void); void e_categories_add (const char *category, const char *unused, const char *icon_file, gboolean searchable); void e_categories_remove (const char *category); gboolean e_categories_exist (const char *category); const char* e_categories_get_color_for (const char *category); void e_categories_set_color_for (const char *category, const char *color); const char* e_categories_get_icon_file_for (const char *category); void e_categories_set_icon_file_for (const char *category, const char *icon_file); gboolean e_categories_is_searchable (const char *category);
void e_categories_add (const char *category, const char *unused, const char *icon_file, gboolean searchable);
|
|
|
|
|
|
|
const char* e_categories_get_color_for (const char *category);
e_categories_get_color_for
is deprecated and should not be used in newly-written code.
|
|
Returns : |
void e_categories_set_color_for (const char *category, const char *color);
e_categories_set_color_for
is deprecated and should not be used in newly-written code.
|
|
|
const char* e_categories_get_icon_file_for (const char *category);
|
|
Returns : |
void e_categories_set_icon_file_for (const char *category, const char *icon_file);
|
|
|