summaryrefslogtreecommitdiff
path: root/docs/PLUGIN_API.new
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-01-13 13:48:26 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-01-13 13:48:26 +0000
commit2fbf09752d385af861279af195d68f920859202d (patch)
tree98bf09ebc24217d122b61c2a079337b793c35d9b /docs/PLUGIN_API.new
parentc0d9084d6a5182460da0472a4e88d6d078adb86e (diff)
downloadrockbox-2fbf09752d385af861279af195d68f920859202d.tar.gz
rockbox-2fbf09752d385af861279af195d68f920859202d.zip
remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro, and replace all uses of it (only resize.c in core, and pictureflow and mpegplayer plugins), remove it from plugin_api,
and remove wrapper for it from plugin.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19758 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/PLUGIN_API.new')
-rw-r--r--docs/PLUGIN_API.new9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/PLUGIN_API.new b/docs/PLUGIN_API.new
index 1f24ac08bc..b4790e3ea6 100644
--- a/docs/PLUGIN_API.new
+++ b/docs/PLUGIN_API.new
@@ -39,15 +39,6 @@ bool action_userabort(int timeout)
39 \return 39 \return
40 \description 40 \description
41 41
42size_t align_buffer(void **start, size_t size, size_t align)
43 \group kernel/ system
44 \conditions (CONFIG_CODEC == SWCODEC)
45 \param start
46 \param size
47 \param align
48 \return
49 \description
50
51const char *appsversion 42const char *appsversion
52 \return version of the plugin API 43 \return version of the plugin API
53 \description 44 \description