views:

56

answers:

2

Hello,

I have simple from written on C/gtk+ and i have function in this appliction. I need to run this function in a separate thread from gui form. Where can i see example?

Thank you.

A: 

Thread functions are provided by your operating system, they are not part of the C standard.

Luca Matteis
I use gtk+ framework in my app. I want to make it with GThread
shk
+1  A: 

http://www.yolinux.com/TUTORIALS/GDK_Threads.html

James Morris
Thank you for link.
shk