summaryrefslogtreecommitdiff
path: root/src/connection-editor/connection-helpers.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-11-16 17:07:33 +0100
committerThomas Haller <thaller@redhat.com>2022-11-16 17:07:33 +0100
commitfc6695d16854c04bc146cd43e1a5e897a1cbdf83 (patch)
tree954841a2c0d56020b5ebfd17cb28333cdf526b55 /src/connection-editor/connection-helpers.h
parent9cc73295ec0c2be066c4a5eb3869a0a592f7c7f7 (diff)
downloadnetwork-manager-applet-fc6695d16854c04bc146cd43e1a5e897a1cbdf83.tar.gz
c-e: rename vpn_connection_from_file() to connection_import_from_file()
It will not only import VPN profiles. Rename.
Diffstat (limited to 'src/connection-editor/connection-helpers.h')
-rw-r--r--src/connection-editor/connection-helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-editor/connection-helpers.h b/src/connection-editor/connection-helpers.h
index bf7d77fb..7663c827 100644
--- a/src/connection-editor/connection-helpers.h
+++ b/src/connection-editor/connection-helpers.h
@@ -73,7 +73,7 @@ gboolean connection_supports_proxy (NMConnection *connection);
gboolean connection_supports_ip4 (NMConnection *connection);
gboolean connection_supports_ip6 (NMConnection *connection);
-NMConnection *vpn_connection_from_file (const char *filename, GError **error);
+NMConnection *connection_import_from_file (const char *filename, GError **error);
#endif /* __CONNECTION_HELPERS_H__ */