<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri, sans-serif" size="2">
<div>I&#8217;m using dbus-glib to add IPC support to an SDK. All is working well, but I&#8217;ve found that signals only get through to the client if it is running a g_main_loop. It seems as if the signals need an event pump and the main loop is providing that service.
</div>
<div>&nbsp;</div>
<div>Is there any way that I can receive signals without a g_main_loop? I&#8217;d like to avoid forcing clients to run a main_loop. I could hide a main_loop in my C&#43;&#43; binding but this seems icky.</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>&nbsp;</div>
<div>Henry Bruce</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</font>
</body>
</html>