STR #1106: fixed documentation error
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4699 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
fde536626e
commit
4c338a533f
@ -173,8 +173,8 @@ main() {
|
||||
}
|
||||
</PRE></UL>
|
||||
|
||||
<H4><A NAME="Fl.add_fd">void add_fd(int fd, int when, void (*cb)(int,void*),void* =0);<BR>
|
||||
void add_fd(int fd, void (*cb)(int, void*), void* = 0);</A></H4>
|
||||
<H4><A NAME="Fl.add_fd">void add_fd(int fd, void (*cb)(int,void*),void* =0);<BR>
|
||||
void add_fd(int fd, int when, void (*cb)(int, void*), void* = 0);</A></H4>
|
||||
|
||||
<P>Add file descriptor <tt>fd</tt> to listen to. When the <tt>fd</tt>
|
||||
becomes ready for reading <tt>Fl::wait()</tt> will call the callback
|
||||
|
Loading…
Reference in New Issue
Block a user