2008-10-18 Dan Williams <dcbw@redhat.com>
authorDan Williams <dcbw@redhat.com>
Sat, 18 Oct 2008 13:56:24 +0000 (13:56 +0000)
committerDan Williams <dcbw@redhat.com>
Sat, 18 Oct 2008 13:56:24 +0000 (13:56 +0000)
commita525ceb8020f210d75888849f411361b5e0e1b6b
treee9592f8edad647f4e2ef1be38aa481d0b5cf7842
parenteefed8e5b657d885b77810674ccb0e74012caab1
2008-10-18  Dan Williams  <dcbw@redhat.com>

* libnm-glib/nm-settings.c
  libnm-glib/nm-settings.h
- Rename the "get_secrets" virtual function "service_get_secrets" to
clarify when it's used; NMExportedConnetion is a base-class for both
the client and service side, which is sort of confusing, and
get_secrets only makes sense on the service side.

* libnm-glib/nm-dbus-connection.c
- (get_secrets): remove, unused, and clients need to do extra work to
get secrets anyway since the call can block on the remote side

* system-settings/plugins/ifupdown/nm-ifupdown-connection.c
  system-settings/plugins/keyfile/nm-keyfile-connection.c
- Fix up for get_secrets -> service_get_secrets

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4192 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
ChangeLog
libnm-glib/nm-dbus-connection.c
libnm-glib/nm-settings.c
libnm-glib/nm-settings.h
system-settings/plugins/ifupdown/nm-ifupdown-connection.c
system-settings/plugins/keyfile/nm-keyfile-connection.c