Re: gdk_input_add() question



Grr, not good dyslexia is.
Thanks.

On Wed, 03 Apr 2002, Paul Davis wrote:
> >#include <stdio.h>
> >#include <gtk/gtk.h>
> >
> >void reader(gpointer data, gint source, GdkInputCondition condition)
> >{
> >    char buf[1024];
> >
> >    if (read(buf, 1024, source) > 0) {
> 
> man 2 read



-Andrei
* The best source is the source code. *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]