Method
ClapperPlayerget_download_dir
since: 0.8
Declaration [src]
gchar*
clapper_player_get_download_dir (
ClapperPlayer* player
)
Description [src]
Get path to a directory set for media downloads.
Available since: 0.8
Gets property | Clapper.Player:download-dir |
Return value
Type: gchar*
The path of a directory
set for media downloads or NULL
if no directory was set yet.
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. |