Re: gdk_input_add() question
- From: Andrei Zmievski <andrei ispi net>
- To: Paul Davis <pbd op net>
- Cc: gtk-list gtk org
- Subject: Re: gdk_input_add() question
- Date: Wed, 3 Apr 2002 12:11:29 -0600
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]