Re: GTK: Problem with the function g_main_context_iteration()

2008-09-30 Thread daniel103

Yes, I added the  #include glib.h but I have the 1.2.10 version

is that the problem? Can you say to me how to update glib?

Thanks so much!!!


Charles-Henri Gros wrote:
 
 daniel103 wrote:
 Hello,
 
 when I have included the folowing line:
 
 g_main_context_iteration (NULL, TRUE);
 
 
 I recieve the error:
 
 ...implicit declaration of function 'g_main_context_iteration'...
 
 
 
 
 Can you help me?
 
 Add a #include glib.h ?
 
 
 -- 
 Charles-Henri
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/GTK%3A-Problem-with-the-function-g_main_context_iteration%28%29-tp1125904p1128198.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


GTK: Problem with the function g_main_context_iteration()

2008-09-29 Thread daniel103

Hello,

when I have incluided the folowing line:

g_main_context_iteration (NULL, TRUE);


I recieve the error:

...implicit declaration of function 'g_main_context_iteration'...

Can you help me?

thanks




-- 
View this message in context: 
http://n2.nabble.com/GTK%3A-Problem-with-the-function-g_main_context_iteration%28%29-tp1125904p1125904.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GTK: Problem with the function g_main_context_iteration()

2008-09-29 Thread Charles-Henri Gros
daniel103 wrote:
 Hello,
 
 when I have included the folowing line:
 
 g_main_context_iteration (NULL, TRUE);
 
 
 I recieve the error:
 
 ...implicit declaration of function 'g_main_context_iteration'...
 
 Can you help me?

Add a #include glib.h ?


-- 
Charles-Henri


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community