From 0d69dfe39ef61b42b2024c7fbd8bbad9e9c6d164 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 23 Jul 2009 09:20:52 -0400 Subject: libnm-glib: implement new settings interfaces The old NMExportedConnection was used for both client and server-side classes, which was a mistake and made the code very complicated to follow. Additionally, all PolicyKit operations were synchronous, and PK operations can block for a long time (ie for user input) before returning, so they need to be async. But NMExportedConnection and NMSysconfigConnection didn't allow for async PK ops at all. Use this opportunity to clean up the mess and create GInterfaces that both server and client objects implement, so that the connection editor and applet can operate on generic objects like they did before (using the interfaces) but can perform specific operations (like async PK verification of callers) depending on whether they are local or remote or whatever. --- introspection/nm-settings.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'introspection/nm-settings.xml') diff --git a/introspection/nm-settings.xml b/introspection/nm-settings.xml index 5e072f2641..0e77a0377a 100644 --- a/introspection/nm-settings.xml +++ b/introspection/nm-settings.xml @@ -18,9 +18,22 @@ + + + Add new connection. + + + + + + Connection settings and properties. + + + + - Emitted when a new connection has been configured. + Emitted when a new connection has been added. -- cgit v1.2.1