Function
EDataServercategories_get_icon_file_for
deprecated: 3.16
Declaration [src]
const gchar*
e_categories_get_icon_file_for (
const gchar* category
)
Description [src]
Gets the icon file associated with the given category.
This function is mostly thread safe, but as the icon file name is not
copied, it may be freed by another thread after being returned by this
function. Use e_categories_dup_icon_file_for() instead.
Deprecated since: 3.16
This function is not entirely thread safe. Use
e_categories_dup_icon_file_for() instead.