Function

PurpleBuddyicons_get_cache_dir

since: 2.0.0

Declaration [src]

const char*
purple_buddy_icons_get_cache_dir (
  void
)

Description [src]

Returns the directory used to store buddy icon cache files.

The default directory is PURPLEDIR/icons, unless otherwise specified by purple_buddy_icons_set_cache_dir().

Available since: 2.0.0

Return value

Type: const char*

The directory to store buddy icon cache files to.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.