diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/PLUGIN_API | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API index 94729a728b..8814833959 100644 --- a/docs/PLUGIN_API +++ b/docs/PLUGIN_API | |||
@@ -750,13 +750,6 @@ void gui_synclist_set_title(struct gui_synclist *lists, char* title, int icon) | |||
750 | \param icon | 750 | \param icon |
751 | \description | 751 | \description |
752 | 752 | ||
753 | void gui_syncstatusbar_draw(struct gui_syncstatusbar * bars, bool force_redraw) | ||
754 | \group scroll bar | ||
755 | \param bars | ||
756 | \param force_redraw refreshes =bars= if true | ||
757 | \description Draws an initialized statusbar =bars= on the screen and refreshs it if =force_redraw= is true. | ||
758 | \see [S[apps/gui/statusbar.h]] | ||
759 | |||
760 | enum yesno_res gui_syncyesno_run(const struct text_message * main_message, const struct text_message * yes_message, const struct text_message * no_message) | 753 | enum yesno_res gui_syncyesno_run(const struct text_message * main_message, const struct text_message * yes_message, const struct text_message * no_message) |
761 | \group list | 754 | \group list |
762 | \param main_message | 755 | \param main_message |
@@ -1969,11 +1962,6 @@ void srand(unsigned int seed) | |||
1969 | \param seed | 1962 | \param seed |
1970 | \description Seed the random number generator | 1963 | \description Seed the random number generator |
1971 | 1964 | ||
1972 | struct gui_syncstatusbar *statusbars | ||
1973 | \group scroll bar | ||
1974 | \return | ||
1975 | \description | ||
1976 | |||
1977 | int strcasecmp(const char *, const char *) | 1965 | int strcasecmp(const char *, const char *) |
1978 | \group strings and memory | 1966 | \group strings and memory |
1979 | \param | 1967 | \param |