Function
Purpleutil_format_song_info
Declaration [src]
char*
purple_util_format_song_info (
const char* title,
const char* artist,
const char* album,
gpointer unused
)
Parameters
title |
const char* |
The title of the song, |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
artist |
const char* |
The artist of the song, can be |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
album |
const char* |
The album of the song, can be |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
unused |
gpointer |
Currently unused, must be |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |