Re: Theory of good signal/event API design?

2007-09-25 Thread Sander Marechal
Chris Vine wrote: > On Tue, 2007-09-25 at 09:07 +0200, Sander Marechal wrote: >> Andy Wingo wrote: >>> Consider writing to gstreamer-devel. >> >> I wrote there too, but got no comments. The reason I posted to the GTK >> lists as well is because GTK is also eve

Re: Theory of good signal/event API design?

2007-09-24 Thread Sander Marechal
ote there too, but got no comments. The reason I posted to the GTK lists as well is because GTK is also event/signal driven. I'm not looking for anything GStreamer (or other technology) specific, but for general information about event driven programming. -- Sander Marechal _

Re: Theory of good signal/event API design?

2007-09-16 Thread Sander Marechal
Robert Schwebel wrote: > On Sun, Sep 16, 2007 at 08:51:26PM +0200, Sander Marechal wrote: >> Maybe. I did a bit of reading and it looks like bdus was created for >> communication between applications and for os->application >> communication, not for passing message

Re: Theory of good signal/event API design?

2007-09-16 Thread Sander Marechal
Robert Schwebel wrote: > On Sun, Sep 16, 2007 at 06:28:56PM +0200, Sander Marechal wrote: >> Is there some theory, guidelines, tutorials, whatever about >> designing an event/message system, especially about what >> events/messages/signals to add at which locations? >

Theory of good signal/event API design?

2007-09-16 Thread Sander Marechal
events/messages/signals to add at which locations? My application doesn't use GTK, just GObject and GStreamer, but I am asking here since GTK works in a similar way. Kind regards, -- Sander Marechal http://www.jejik.com ___ gtk-devel-list mailing

Re: Signal handler bug in GTK?

2006-05-15 Thread Sander Marechal
Federico Mena Quintero wrote: The file chooser loads folders asynchronously. So, when you call gtk_file_chooser_set_filename(), it will 1. queue an operation to load the folder corresponding to your file 2. go back to the main loop 3. once the folder is loaded, it will actually select the fil

Re: Signal handler bug in GTK?

2006-05-14 Thread Sander Marechal
Tristan Van Berkom wrote: Are they really called /before/ you are calling glade_xml_signal_autoconnect () ? Yes. glade_xml_signal_autoconnect() is almost the last thing I call before gtk_main(). See my code at http://svn.jejik.com/viewcvs.cgi/hearts/trunk/src/hearts.c?view=markup&rev=27&pathr

Signal handler bug in GTK?

2006-05-14 Thread Sander Marechal
ignal handlers /are/ called. Is this expected behaviour for the latest GTK or a bug? -- Sander Marechal http://www.gnome-hearts.org ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list