Re: GIOScheduler example need

2010-06-27 Thread Ardhan Madras
pp-devel-list@gnome.org Subject: Re: GIOScheduler example need Date: Fri, 25 Jun 2010 20:23:15 +0600 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) { ...

Re: GIOScheduler example need

2010-06-25 Thread Alexander Kuleshov
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; GtkWidge

Re: GIOScheduler example need

2010-06-25 Thread Ardhan Madras
rg Subject: Re: GIOScheduler example need Date: Fri, 25 Jun 2010 14:36:01 +0600 And if i whave functions with some parametes? For example: static gboolean job_func(int a, int b) { ... } How can i send parameters in g_io_scheduler_push_j

Re: GIOScheduler example need

2010-06-25 Thread Alexander Kuleshov
And if i whave functions with some parametes? For example: static gboolean job_func(int a, int b) { ... } How can i send parameters in g_io_scheduler_push_job? Thank you ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.

Re: GIOScheduler example need

2010-06-25 Thread Ardhan Madras
Ardhan --- kuleshovm...@gmail.com wrote: From: Alexander Kuleshov To: gtk-app-devel-list@gnome.org Subject: GIOScheduler example need Date: Thu, 24 Jun 2010 14:55:54 +0600 Hello, I need to use GIOScheduler in my C/gtk+ application. Where can find e

GIOScheduler example need

2010-06-24 Thread Alexander Kuleshov
Hello, I need to use GIOScheduler in my C/gtk+ application. Where can find example of using GIOScheduler? Thank you. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list