Re: GIOScheduler example need



Thank you very much for you help. you realy helped me. Can i asked
last question about parameters :)

If on of the parameters structure too. For example:

static gboolean job_func(int a, Win* b)
{
 ...
}

Where Win:

typedef struct _Win
{
typedef struct _MainWin
{
    GtkWindow parent;
    GtkWidget* scroll;
    GtkWidget* box;
}Win;

Thank you.



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