summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-08 08:32:17 +0100
committerThomas Haller <thaller@redhat.com>2017-03-16 18:27:33 +0100
commitfa015f2aab960bc4cf2da79a85b99d2cdb36e7bd (patch)
treece1363a81f3f2e1394abed39613c6e447e315d38 /src/nm-active-connection.h
parent3973f8ebcd8f439eee6cb816d5bd6742e8ac5a85 (diff)
downloadNetworkManager-fa015f2aab960bc4cf2da79a85b99d2cdb36e7bd.tar.gz
core/trivial: rename activation-type related checks for device and active-connection
nm_device_uses_assumed_connection() basically called nm_active_connection_get_assumed() on the device. Rename those functions to be closer to the activation-type flags. The concepts of "assume", "external", and "assume_or_external" will make sense with the following commits.
Diffstat (limited to 'src/nm-active-connection.h')
-rw-r--r--src/nm-active-connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h
index d99a959e90..15f69733da 100644
--- a/src/nm-active-connection.h
+++ b/src/nm-active-connection.h
@@ -159,7 +159,7 @@ void nm_active_connection_set_master (NMActiveConnection *self,
void nm_active_connection_set_parent (NMActiveConnection *self,
NMActiveConnection *parent);
-gboolean nm_active_connection_get_assumed (NMActiveConnection *self);
+gboolean nm_active_connection_has_activation_type_assume_or_external (NMActiveConnection *self);
NMActivationType nm_active_connection_get_activation_type (NMActiveConnection *self);