DBus Connection Timeout

2011-04-12 Thread Matthew Bucknall
Hi, I'm trying to use g_dbus_connection_new_for_address_sync() to connect to message bus via TCP (dbus-daemon-proxy --session) as follows: connection = g_dbus_connection_new_for_address_sync (   tcp:host=localhost,port=8080,family=ipv4, G_DBUS_CONNECTION_FLAGS_MESSAGE_BUS_CONNECTION |

Re: Glib: a Win32 discussion

2011-04-12 Thread Colin Walters
On Sun, Apr 10, 2011 at 2:12 AM, Kean Johnston kean.johns...@gmail.com wrote: On 4/7/2011 4:29 PM, Colin Walters wrote: If your application deals with uids, I think you're going to end up with platform-specific code; the complexities around identity are just too high.  That goes doubly for

Re: libegg: Removing old directories

2011-04-12 Thread Murray Cumming
On Fri, 2011-03-18 at 23:42 +0100, Murray Cumming wrote: libegg has lots of directories that have just a README saying how the code has successfully moved into GTK+. But that's mostly old news now. If there's no objection then I'll remove the directories so it's easier to see at a glance

Re: DBus Connection Timeout

2011-04-12 Thread David Zeuthen
Hi, On Tue, Apr 12, 2011 at 9:49 AM, Matthew Bucknall matthew.buckn...@googlemail.com wrote: Hi, I'm trying to use g_dbus_connection_new_for_address_sync() to connect to message bus via TCP (dbus-daemon-proxy --session) as follows: connection = g_dbus_connection_new_for_address_sync (  

Higher-level D-Bus stuff

2011-04-12 Thread David Zeuthen
Hey, So GDBus stuff added in 2.26 didn't really include everything I wanted to do or that eggdbus did back then. Since then, I've been working on a) a code/doc-generation tool; and b) abstractions to efficiently work with many objects with many properties. Most of this work has been going in my

Re: DBus Connection Timeout

2011-04-12 Thread Matthew Bucknall
On Tue, Apr 12, 2011 at 4:32 PM, David Zeuthen zeut...@gmail.com wrote: Hi, On Tue, Apr 12, 2011 at 9:49 AM, Matthew Bucknall matthew.buckn...@googlemail.com wrote: Hi, I'm trying to use g_dbus_connection_new_for_address_sync() to connect to message bus via TCP (dbus-daemon-proxy