Method

ClapperMediaItemget_cache_location

since: 0.10

Declaration [src]

gchar*
clapper_media_item_get_cache_location (
  ClapperMediaItem* item
)

Description [src]

Get downloaded cache file location of ClapperMediaItem.

Available since: 0.10

Return value

Type: gchar*

A cache file location of ClapperMediaItem.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows.