Re: Glib Newbie Question: manual event invoking

2002-07-29 Thread Sven Neumann
Hi, André Küster <[EMAIL PROTECTED]> writes: > I want to play a little bit with the glib2.0 Mainloop, now I have a > question. I can add multiple Eventsources, but they are obviously > timer-controled. In GTK I have gtk_signal_connect, to connect a signal > to a specific event. I think glib's g_

Glib Newbie Question: manual event invoking

2002-07-29 Thread André Küster
Hi, I want to play a little bit with the glib2.0 Mainloop, now I have a question. I can add multiple Eventsources, but they are obviously timer-controled. In GTK I have gtk_signal_connect, to connect a signal to a specific event. I think glib's g_source_set_callback will do some similar (with the