summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/PLUGIN_API2
-rw-r--r--docs/PLUGIN_API.new2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index feba086..0498c0f 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -739,7 +739,7 @@ Misc
int kbd_input(char *buffer, int buflen);
Prompt for a string to be stored in buffer which is of length buflen.
- Return FALSE upon success.
+ Return 0 upon success, negative on failure.
struct tm *get_time(void);
diff --git a/docs/PLUGIN_API.new b/docs/PLUGIN_API.new
index d54d7a1..876af37 100644
--- a/docs/PLUGIN_API.new
+++ b/docs/PLUGIN_API.new
@@ -851,7 +851,7 @@ int kbd_input(char* buffer, int buflen)
\group misc
\param buffer
\param buflen
- \return FALSE upon success
+ \return 0 upon success, negative upon failure
\description Prompt for a string to be stored in =buffer= which is of length =buflen=
void lcd_bitmap(const fb_data *src, int x, int y, int width, int height)