libnm: add missing NM_AVAILABLE_IN_1_16 macros for new API

This commit is contained in:
Thomas Haller 2018-11-18 17:59:31 +01:00
parent 28c386df8a
commit 1d9a808a58

View file

@ -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);