about summary refs log tree commit diff
path: root/src/libnm-client-public/nm-remote-connection.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-02-14 19:23:28 +0100
committerMichael Biebl <biebl@debian.org>2022-02-14 19:23:28 +0100
commit2f94dba7385fd0e0ef19a06eb4a2fcf6c43d7946 (patch)
treee2222f5577115985dd52044d2991253403cdd952 /src/libnm-client-public/nm-remote-connection.h
parent88c227d90a6b7b388c5c85d72802a0ca8f05ed5c (diff)
New upstream version 1.35.91 upstream/1.35.91
Diffstat (limited to 'src/libnm-client-public/nm-remote-connection.h')
-rw-r--r--src/libnm-client-public/nm-remote-connection.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/src/libnm-client-public/nm-remote-connection.h b/src/libnm-client-public/nm-remote-connection.h
index 06088e86..6104ecb8 100644
--- a/src/libnm-client-public/nm-remote-connection.h
+++ b/src/libnm-client-public/nm-remote-connection.h
@@ -42,73 +42,73 @@ typedef struct _NMRemoteConnectionClass NMRemoteConnectionClass;
 GType nm_remote_connection_get_type(void);
 
 NM_AVAILABLE_IN_1_12
-void nm_remote_connection_update2(NMRemoteConnection *   connection,
-                                  GVariant *             settings,
+void nm_remote_connection_update2(NMRemoteConnection    *connection,
+                                  GVariant              *settings,
                                   NMSettingsUpdate2Flags flags,
-                                  GVariant *             args,
-                                  GCancellable *         cancellable,
+                                  GVariant              *args,
+                                  GCancellable          *cancellable,
                                   GAsyncReadyCallback    callback,
                                   gpointer               user_data);
 NM_AVAILABLE_IN_1_12
 GVariant *nm_remote_connection_update2_finish(NMRemoteConnection *connection,
-                                              GAsyncResult *      result,
-                                              GError **           error);
+                                              GAsyncResult       *result,
+                                              GError            **error);
 
 _NM_DEPRECATED_SYNC_METHOD
 gboolean nm_remote_connection_commit_changes(NMRemoteConnection *connection,
                                              gboolean            save_to_disk,
-                                             GCancellable *      cancellable,
-                                             GError **           error);
+                                             GCancellable       *cancellable,
+                                             GError            **error);
 
 void     nm_remote_connection_commit_changes_async(NMRemoteConnection *connection,
                                                    gboolean            save_to_disk,
-                                                   GCancellable *      cancellable,
+                                                   GCancellable       *cancellable,
                                                    GAsyncReadyCallback callback,
                                                    gpointer            user_data);
 gboolean nm_remote_connection_commit_changes_finish(NMRemoteConnection *connection,
-                                                    GAsyncResult *      result,
-                                                    GError **           error);
+                                                    GAsyncResult       *result,
+                                                    GError            **error);
 
 _NM_DEPRECATED_SYNC_METHOD
 gboolean nm_remote_connection_save(NMRemoteConnection *connection,
-                                   GCancellable *      cancellable,
-                                   GError **           error);
+                                   GCancellable       *cancellable,
+                                   GError            **error);
 
 void     nm_remote_connection_save_async(NMRemoteConnection *connection,
-                                         GCancellable *      cancellable,
+                                         GCancellable       *cancellable,
                                          GAsyncReadyCallback callback,
                                          gpointer            user_data);
 gboolean nm_remote_connection_save_finish(NMRemoteConnection *connection,
-                                          GAsyncResult *      result,
-                                          GError **           error);
+                                          GAsyncResult       *result,
+                                          GError            **error);
 
 _NM_DEPRECATED_SYNC_METHOD
 gboolean nm_remote_connection_delete(NMRemoteConnection *connection,
-                                     GCancellable *      cancellable,
-                                     GError **           error);
+                                     GCancellable       *cancellable,
+                                     GError            **error);
 
 void     nm_remote_connection_delete_async(NMRemoteConnection *connection,
-                                           GCancellable *      cancellable,
+                                           GCancellable       *cancellable,
                                            GAsyncReadyCallback callback,
                                            gpointer            user_data);
 gboolean nm_remote_connection_delete_finish(NMRemoteConnection *connection,
-                                            GAsyncResult *      result,
-                                            GError **           error);
+                                            GAsyncResult       *result,
+                                            GError            **error);
 
 _NM_DEPRECATED_SYNC_METHOD
 GVariant *nm_remote_connection_get_secrets(NMRemoteConnection *connection,
-                                           const char *        setting_name,
-                                           GCancellable *      cancellable,
-                                           GError **           error);
+                                           const char         *setting_name,
+                                           GCancellable       *cancellable,
+                                           GError            **error);
 
 void      nm_remote_connection_get_secrets_async(NMRemoteConnection *connection,
-                                                 const char *        setting_name,
-                                                 GCancellable *      cancellable,
+                                                 const char         *setting_name,
+                                                 GCancellable       *cancellable,
                                                  GAsyncReadyCallback callback,
                                                  gpointer            user_data);
 GVariant *nm_remote_connection_get_secrets_finish(NMRemoteConnection *connection,
-                                                  GAsyncResult *      result,
-                                                  GError **           error);
+                                                  GAsyncResult       *result,
+                                                  GError            **error);
 
 gboolean nm_remote_connection_get_unsaved(NMRemoteConnection *connection);