Re: gdk_input_add() question



>#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



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