2007-08-29 Dan Williams <dcbw@redhat.com>

* introspection/nm-settings-connection.xml
	  introspection/nm-settings.xml
		- Service name -> NetworkManagerUserSettings because two services
		can't share part of the same path.  I'm not really sure how we'll use
		the same code with the system-settings daemon...



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2744 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2007-08-29 21:12:24 +00:00
parent 12169f7407
commit 8bd92323e4
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2007-08-29 Dan Williams <dcbw@redhat.com>
* introspection/nm-settings-connection.xml
introspection/nm-settings.xml
- Service name -> NetworkManagerUserSettings because two services
can't share part of the same path. I'm not really sure how we'll use
the same code with the system-settings daemon...
2007-08-28 Dan Williams <dcbw@redhat.com>
* src/nm-device-interface.c

View file

@ -2,7 +2,7 @@
<node name="/">
<interface name="org.freedesktop.NetworkManager.Settings.Connection">
<interface name="org.freedesktop.NetworkManagerUserSettings.Connection">
<method name="GetID">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_connection_settings_get_id"/>

View file

@ -2,7 +2,7 @@
<node name="/">
<interface name="org.freedesktop.NetworkManager.Settings">
<interface name="org.freedesktop.NetworkManagerUserSettings">
<method name="ListConnections">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_list_connections"/>