[PATCH] fix cross compilation in glib-2.25.7

2010-06-03 Thread Robert Schwebel
ld" machine. The patch below makes it possible to overwrite the call to glib-compile-schemas in the cross case, similar to what GLIB_GENMARSHAL does. Signed-of-by: Robert Schwebel --- configure.in | 13 ++--- gio/tests/Makefile.am |2 +- 2 files changed, 11 insertio

Re: Theory of good signal/event API design?

2007-09-23 Thread Robert Schwebel
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 messages around within a single application. Yes, sure. I assumed th

Re: Theory of good signal/event API design?

2007-09-23 Thread Robert Schwebel
On Sun, Sep 16, 2007 at 06:28:56PM +0200, Sander Marechal wrote: > I am building an application in which pretty much all functionality is > abstracted away in various modules. All these modules can be loaded and > configured at will and everything communicates by passing > messages/events around. M