summaryrefslogtreecommitdiff
path: root/libnm/nm-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-client.h')
-rw-r--r--libnm/nm-client.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/libnm/nm-client.h b/libnm/nm-client.h
index b1cbf70718..9018c5ef73 100644
--- a/libnm/nm-client.h
+++ b/libnm/nm-client.h
@@ -386,6 +386,21 @@ NMRemoteConnection *nm_client_add_connection_finish (NMClient *client,
GAsyncResult *result,
GError **error);
+NM_AVAILABLE_IN_1_20
+void nm_client_add_connection2 (NMClient *client,
+ GVariant *settings,
+ NMSettingsAddConnection2Flags flags,
+ GVariant *args,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
+NM_AVAILABLE_IN_1_20
+NMRemoteConnection *nm_client_add_connection2_finish (NMClient *client,
+ GAsyncResult *result,
+ GVariant **out_result,
+ GError **error);
+
gboolean nm_client_load_connections (NMClient *client,
char **filenames,
char ***failures,