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.h23
1 files changed, 12 insertions, 11 deletions
diff --git a/libnm/nm-client.h b/libnm/nm-client.h
index 59567c1737..97363ef759 100644
--- a/libnm/nm-client.h
+++ b/libnm/nm-client.h
@@ -340,18 +340,19 @@ NMActiveConnection *nm_client_add_and_activate_connection_finish (NMClient *clie
GError **error);
NM_AVAILABLE_IN_1_16
-void nm_client_add_and_activate_connection_options (NMClient *client,
- NMConnection *partial,
- NMDevice *device,
- const char *specific_object,
- GVariant *options,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+void nm_client_add_and_activate_connection2 (NMClient *client,
+ NMConnection *partial,
+ NMDevice *device,
+ const char *specific_object,
+ GVariant *options,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
NM_AVAILABLE_IN_1_16
-NMActiveConnection *nm_client_add_and_activate_connection_options_finish (NMClient *client,
- GAsyncResult *result,
- GError **error);
+NMActiveConnection *nm_client_add_and_activate_connection2_finish (NMClient *client,
+ GAsyncResult *result,
+ GVariant **out_result,
+ GError **error);
gboolean nm_client_deactivate_connection (NMClient *client,
NMActiveConnection *active,