ModemManager: Use standard DBus ObjectManager interface?

2011-10-14 Thread Aleksander Morgado
Hi all, The ObjectManager interface was recently added as a standard interface in DBus: http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager For the 0.6 API, we could be using this interface instead of the proposed GetDevices() method, the Modems property and

Re: ModemManager: Use standard DBus ObjectManager interface?

2011-10-14 Thread Jason Glasgow
Using the new object manager interfaces sounds great, would simplify the code the connection manager and greatly reduce the number messages associated with adding or removing a modem from the system. I agree that we should use this in the 0.6 API. -Jason On Fri, Oct 14, 2011 at 8:59 AM,

Re: ModemManager: Use standard DBus ObjectManager interface?

2011-10-14 Thread Eric Shienbrood
Sounds good to me. Eric On Fri, Oct 14, 2011 at 11:16 AM, Dan Williams d...@redhat.com wrote: On Fri, 2011-10-14 at 09:53 -0400, Jason Glasgow wrote: Using the new object manager interfaces sounds great, would simplify the code the connection manager and greatly reduce the number messages