about summary refs log tree commit diff
path: root/libnm/nm-remote-connection.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-12-12 15:53:47 +0100
committerMichael Biebl <biebl@debian.org>2017-12-12 15:53:47 +0100
commit743faa81fda27a9c03298e8d6074623dc30db606 (patch)
tree28418e92b22530bb05f043084626291ed1e3d46b /libnm/nm-remote-connection.h
parent8dda18a856c2a05cefcab6278469c9d8df30f935 (diff)
parentafcd268ea7b1149fbfb66bce4eca659b675da0a2 (diff)
Update upstream source from tag 'upstream/1.10.2'
Update to upstream version '1.10.2'
with Debian dir 41691ea145b392588cd4e9e7496b61d5a95965fb
Diffstat (limited to 'libnm/nm-remote-connection.h')
-rw-r--r--libnm/nm-remote-connection.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/libnm/nm-remote-connection.h b/libnm/nm-remote-connection.h
index c04ae367..9fdcae89 100644
--- a/libnm/nm-remote-connection.h
+++ b/libnm/nm-remote-connection.h
@@ -60,6 +60,19 @@ typedef struct {
 
 GType nm_remote_connection_get_type (void);
 
+NM_AVAILABLE_IN_1_10_2
+void nm_remote_connection_update2 (NMRemoteConnection *connection,
+                                   GVariant *settings,
+                                   NMSettingsUpdate2Flags flags,
+                                   GVariant *args,
+                                   GCancellable *cancellable,
+                                   GAsyncReadyCallback callback,
+                                   gpointer user_data);
+NM_AVAILABLE_IN_1_10_2
+GVariant *nm_remote_connection_update2_finish (NMRemoteConnection *connection,
+                                               GAsyncResult *result,
+                                               GError **error);
+
 gboolean nm_remote_connection_commit_changes        (NMRemoteConnection *connection,
                                                      gboolean save_to_disk,
                                                      GCancellable *cancellable,