summaryrefslogtreecommitdiffstats
path: root/docs/PLUGIN_API
diff options
context:
space:
mode:
Diffstat (limited to 'docs/PLUGIN_API')
-rw-r--r--docs/PLUGIN_API8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index b61e383977..1febe9fdf4 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -792,10 +792,11 @@ bool is_backlight_on(bool ignore_always_off)
\return
\description
-int kbd_input(char* buffer, int buflen)
+int kbd_input(char* buffer, int buflen, unsigned short *kbd)
\group misc
\param buffer
\param buflen
+ \param *kbd
\return 0 upon success, negative upon failure
\description Prompt for a string to be stored in =buffer= which is of length =buflen=
@@ -1513,6 +1514,11 @@ void pcm_stop_recording(void)
\conditions defined(HAVE_RECORDING)
\description
+struct playlist_info *playlist_get_current(void)
+ \group playback control
+ \return pointer to current playlist
+ \description
+
int playlist_amount(void)
\group playback control
\return the number of tracks in current playlist