simith nambiar wrote: >hi there, > iam using 2 gtk_timeout function >one that creates Jpeg images from a webcam, and >another to transmit it > >how do i mutex it in Gtk > >please help! > >Regards, >Simith > If you've a single-threaded application you need not to use mutex. Take a look at g_mutex* functions in glib.
Olexiy _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
