From 95d3383fd3996c8a181c04379f6ff57a685933d3 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 13 Aug 2008 12:11:44 +0200 Subject: piano: Describe narrative functions added in last commit --- libpiano/src/main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libpiano/src/main.c') diff --git a/libpiano/src/main.c b/libpiano/src/main.c index 2b51303..dbc273b 100644 --- a/libpiano/src/main.c +++ b/libpiano/src/main.c @@ -779,6 +779,12 @@ PianoReturn_t PianoTransformShared (PianoHandle_t *ph, return ret; } +/* "why dit you play this song?" + * @param piano handle + * @param song (from playlist) + * @param return allocated string; you have to free it yourself + * @return _OK or error + */ PianoReturn_t PianoExplain (const PianoHandle_t *ph, const PianoSong_t *song, char **retExplain) { char xmlSendBuf[PIANO_SEND_BUFFER_SIZE], url[PIANO_URL_BUFFER_SIZE]; -- cgit v1.2.3