From 1d9a808a58046d1ff744940e1df9dc6215eb1d05 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 18 Nov 2018 17:59:31 +0100 Subject: [PATCH] libnm: add missing NM_AVAILABLE_IN_1_16 macros for new API --- libnm/nm-client.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libnm/nm-client.h b/libnm/nm-client.h index dc5649f3cf..98527cde9c 100644 --- a/libnm/nm-client.h +++ b/libnm/nm-client.h @@ -339,6 +339,7 @@ NMActiveConnection *nm_client_add_and_activate_connection_finish (NMClient *clie GAsyncResult *result, GError **error); +NM_AVAILABLE_IN_1_16 void nm_client_add_and_activate_connection_options_async (NMClient *client, NMConnection *partial, NMDevice *device, @@ -347,6 +348,7 @@ void nm_client_add_and_activate_connection_options_async (NMClie 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);