summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2024-07-24 18:39:06 +0200
committerChristian Soffke <christian.soffke@gmail.com>2024-07-26 15:15:06 -0400
commit23e5f77ab0c5f80de4091b365165276cfe9899dd (patch)
tree4aaeed994a811fbfaa9f96e697a6178ad19c27c2 /docs
parent13830439fae202247626e5ebfd7fe3d57d7c5628 (diff)
downloadrockbox-23e5f77ab0c5f80de4091b365165276cfe9899dd.tar.gz
rockbox-23e5f77ab0c5f80de4091b365165276cfe9899dd.zip
Remove mp3info function & remove list_do_action from plugin_api
Change-Id: Ia9a2d6889679832f23b19a989927277ba886cba4
Diffstat (limited to 'docs')
-rw-r--r--docs/API8
-rw-r--r--docs/PLUGIN_API7
2 files changed, 0 insertions, 15 deletions
diff --git a/docs/API b/docs/API
index 074e82bbbc..bd2eb22204 100644
--- a/docs/API
+++ b/docs/API
@@ -197,14 +197,6 @@ Memory allocation
197 each and returns a pointer to the allocated memory. The memory is set to 197 each and returns a pointer to the allocated memory. The memory is set to
198 zero. 198 zero.
199 199
200ID3
201
202 #include <id3.h>
203 bool mp3info(mp3entry *entry, char *filename);
204
205 Return FALSE if successful. The given mp3entry is then filled in with
206 whatever id3 info it could find about the given file.
207
208Various 200Various
209 201
210 #include <kernel.h> 202 #include <kernel.h>
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index 29a7829b32..4760ecede2 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -1324,13 +1324,6 @@ time_t mktime(struct tm *t)
1324 \return 1324 \return
1325 \description 1325 \description
1326 1326
1327bool mp3info(struct mp3entry *entry, const char *filename)
1328 \group misc
1329 \param entry
1330 \param filename
1331 \return FALSE if successfull
1332 \description The given =entry= is filled in with whatever id3 info it could find about the given =filename=
1333
1334void mutex_init(struct mutex *m) 1327void mutex_init(struct mutex *m)
1335 \group kernel/ system 1328 \group kernel/ system
1336 \param m 1329 \param m