Rockbox mail archive
Subject: Re: tomas: docs PLUGIN_API,1.1,1.2
Re: tomas: docs PLUGIN_API,1.1,1.2
Hi all,
The PLUGIN_API documentation is _very_ outdated. Is there anybody
willing to read plugin.h and update the docs? Or should we try to make
plugin.h doxygen compatible?
Suggestions please...
Tomas
cvs@labb.contactor.se wrote:
>Update of /cvsroot/rockbox/docs
>In directory labb:/tmp/cvs-serv31920
>
>Modified Files:
> PLUGIN_API
>Log Message:
>Bagder in version 1.81 of plugin.h: "fprintf() is now fdprintf()" so time to put it in here too :)
>
>
>Index: PLUGIN_API
>===================================================================
>RCS file: /cvsroot/rockbox/docs/PLUGIN_API,v
>retrieving revision 1.1
>retrieving revision 1.2
>diff -u -d -r1.1 -r1.2
>--- PLUGIN_API 17 Aug 2004 06:54:08 -0000 1.1
>+++ PLUGIN_API 1 Jun 2005 20:35:08 -0000 1.2
>@@ -343,7 +343,7 @@
>
> Returns size of a file. Upon error, returns -1.
>
>- int fprintf(int fd, const char *fmt, ...);
>+ int fdprintf(int fd, const char *fmt, ...);
>
> Write a formated string in the fd.
> Returns the number of characters writen to file.
>
>_______________________________________________
>http://cool.haxx.se/mailman/listinfo/rockbox-cvs
>
>
_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox
Received on Wed Jun 1 22:47:39 2005
Page was last modified "Jan 10 2012" The Rockbox Crew
|