summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui.c b/src/ui.c
index 509cfa5..d115278 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -327,7 +327,9 @@ PianoStation_t *BarUiSelectStation (PianoHandle_t *ph, const char *prompt,
}
/* let user pick one song
+ * @param pianobar settings
* @param song list
+ * @param current fd
* @return pointer to selected item in song list or NULL
*/
PianoSong_t *BarUiSelectSong (const BarSettings_t *settings,
@@ -535,6 +537,7 @@ inline void BarUiPrintStation (PianoStation_t *station) {
}
/* Print song infos (artist, title, album, loved)
+ * @param pianobar settings
* @param the song
* @param alternative station info (show real station for quickmix, e.g.)
*/