Skip to content

Commit

Permalink
STR #1106: fixed documentation error
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4699 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Matthias Melcher committed Dec 13, 2005
1 parent fde5366 commit 4c338a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/Fl.html
Expand Up @@ -173,8 +173,8 @@ <H4><A NAME="Fl.add_check">void add_check(Fl_Timeout_Handler, void* = 0);</A></H
}
</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
Expand Down

0 comments on commit 4c338a5

Please sign in to comment.