summaryrefslogtreecommitdiff
path: root/docs/PLUGIN_API.new
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-10-09 12:24:57 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-10-09 12:24:57 +0000
commitc626f47cb5e9624730a4d45ea4afb4468148b751 (patch)
tree6ecc5fc904d9b0e6433f7e950f78d12bd05d89f7 /docs/PLUGIN_API.new
parente7ea23b18025f41d21095ab8983bd3097b4accfb (diff)
downloadrockbox-c626f47cb5e9624730a4d45ea4afb4468148b751.tar.gz
rockbox-c626f47cb5e9624730a4d45ea4afb4468148b751.zip
Add Rockbox layout to plugin API documentation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18754 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/PLUGIN_API.new')
-rw-r--r--docs/PLUGIN_API.new4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/PLUGIN_API.new b/docs/PLUGIN_API.new
index 3388fa9412..02e9c8c157 100644
--- a/docs/PLUGIN_API.new
+++ b/docs/PLUGIN_API.new
@@ -2221,8 +2221,8 @@ int snprintf(char *buf, size_t size, const char *fmt, ...) ATTRIBUTE_PRINTF(3, 4
2221 \param buf 2221 \param buf
2222 \param size 2222 \param size
2223 \param fmt 2223 \param fmt
2224 \return the number of characters printed or that would have been printed if the output was truncated (not including the trailing '\0') upon success 2224 \return the number of characters printed or that would have been printed if the output was truncated (not including the trailing NULL character) upon success
2225 \description Write a formatted string =fmt= in buffer =buf= of size =size= (including the trailing '\0'). These support %c, %s, %d and %x only with the width and zero padding flag only. 2225 \description Write a formatted string =fmt= in buffer =buf= of size =size= (including the trailing NULL character). These support %c, %s, %d and %x only with the width and zero padding flag only.
2226 2226
2227int sound_default(int setting) 2227int sound_default(int setting)
2228 \group sound 2228 \group sound