diff options
| author | Michael Biebl <biebl@debian.org> | 2017-12-12 15:53:07 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-12-12 15:53:07 +0100 |
| commit | afcd268ea7b1149fbfb66bce4eca659b675da0a2 (patch) | |
| tree | c3fca2203ad17434daf3ccf576582bd66aa41ab2 /libnm/nm-remote-connection.h | |
| parent | 417f6015c3dc8c47cf27daa59f64e0e36c521b9c (diff) | |
New upstream version 1.10.2 upstream/1.10.2
Diffstat (limited to 'libnm/nm-remote-connection.h')
| -rw-r--r-- | libnm/nm-remote-connection.h | 13 |
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, |