summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-01-26 11:38:12 -0600
committerDan Williams <dcbw@redhat.com>2011-01-26 11:38:12 -0600
commitb3959aefa3025528359027c63bfe4c6671d4592e (patch)
tree42419083bdfd7290650e1aa8db2c60350d3862e9 /introspection
parentb92e3cca6e87583d0a6e896ed438cc06f9fc9ea8 (diff)
downloadNetworkManager-b3959aefa3025528359027c63bfe4c6671d4592e.tar.gz
core: rename NMSysconfigConnection -> NMSettingsConnection
Diffstat (limited to 'introspection')
-rw-r--r--introspection/Makefile.am2
-rw-r--r--introspection/all.xml2
-rw-r--r--introspection/nm-settings-connection.xml (renamed from introspection/nm-sysconfig-connection.xml)8
3 files changed, 6 insertions, 6 deletions
diff --git a/introspection/Makefile.am b/introspection/Makefile.am
index 42640e3020..8b4302b211 100644
--- a/introspection/Makefile.am
+++ b/introspection/Makefile.am
@@ -18,7 +18,7 @@ EXTRA_DIST = \
nm-manager.xml \
nm-manager-client.xml \
nm-settings.xml \
- nm-sysconfig-connection.xml \
+ nm-settings-connection.xml \
nm-vpn-plugin.xml \
nm-vpn-connection.xml \
nm-ppp-manager.xml \
diff --git a/introspection/all.xml b/introspection/all.xml
index fb2b749e8b..edb22dc516 100644
--- a/introspection/all.xml
+++ b/introspection/all.xml
@@ -42,7 +42,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<xi:include href="nm-dhcp4-config.xml"/>
<xi:include href="nm-dhcp6-config.xml"/>
<xi:include href="nm-settings.xml"/>
-<xi:include href="nm-sysconfig-connection.xml"/>
+<xi:include href="nm-settings-connection.xml"/>
<xi:include href="nm-active-connection.xml"/>
<xi:include href="nm-agent-manager.xml"/>
<xi:include href="nm-vpn-connection.xml"/>
diff --git a/introspection/nm-sysconfig-connection.xml b/introspection/nm-settings-connection.xml
index 2d53d65ceb..82e53451cd 100644
--- a/introspection/nm-sysconfig-connection.xml
+++ b/introspection/nm-settings-connection.xml
@@ -14,7 +14,7 @@
update request, and will be either stored in persistent storage or
given to a Secret Agent for storage, depending on the request.
</tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_sysconfig_connection_update"/>
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_connection_update"/>
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg name="properties" type="a{sa{sv}}" direction="in">
<tp:docstring>
@@ -27,7 +27,7 @@
<tp:docstring>
Delete the connection.
</tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_sysconfig_connection_delete"/>
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_connection_delete"/>
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
</method>
@@ -38,7 +38,7 @@
to the network, as those are often protected. Secrets must
be requested separately using the GetSecrets() call.
</tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_sysconfig_connection_get_settings"/>
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_connection_get_settings"/>
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg name="settings" type="a{sa{sv}}" direction="out" tp:type="String_String_Variant_Map_Map">
<tp:docstring>
@@ -54,7 +54,7 @@
the requestor's session will be returned. The user will never
be prompted for secrets as a result of this request.
</tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_sysconfig_connection_get_secrets"/>
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_connection_get_secrets"/>
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg name="setting_name" type="s" direction="in">
<tp:docstring>