Re: [PATCH] libnm-glib: allow NMRemoteSettings constructor with NULL bus

2011-08-16 Thread Dan Williams
On Sat, 2011-08-06 at 19:59 +0100, Daniel Drake wrote: NMRemoteSettings's constructor requires a DBusGConnection, but there currently aren't any usable gobject-introspection bindings for that class. This means that NMRemoteSettings can't be used over gobject-introspection. Move the default

[PATCH] libnm-glib: allow NMRemoteSettings constructor with NULL bus

2011-08-06 Thread Daniel Drake
NMRemoteSettings's constructor requires a DBusGConnection, but there currently aren't any usable gobject-introspection bindings for that class. This means that NMRemoteSettings can't be used over gobject-introspection. Move the default fallback to the system bus into the constructor path, so that