summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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)
792 \return 792 \return
793 \description 793 \description
794 794
795int kbd_input(char* buffer, int buflen) 795int kbd_input(char* buffer, int buflen, unsigned short *kbd)
796 \group misc 796 \group misc
797 \param buffer 797 \param buffer
798 \param buflen 798 \param buflen
799 \param *kbd
799 \return 0 upon success, negative upon failure 800 \return 0 upon success, negative upon failure
800 \description Prompt for a string to be stored in =buffer= which is of length =buflen= 801 \description Prompt for a string to be stored in =buffer= which is of length =buflen=
801 802
@@ -1513,6 +1514,11 @@ void pcm_stop_recording(void)
1513 \conditions defined(HAVE_RECORDING) 1514 \conditions defined(HAVE_RECORDING)
1514 \description 1515 \description
1515 1516
1517struct playlist_info *playlist_get_current(void)
1518 \group playback control
1519 \return pointer to current playlist
1520 \description
1521
1516int playlist_amount(void) 1522int playlist_amount(void)
1517 \group playback control 1523 \group playback control
1518 \return the number of tracks in current playlist 1524 \return the number of tracks in current playlist