summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-11-18 17:59:31 +0100
committerThomas Haller <thaller@redhat.com>2018-11-18 17:59:31 +0100
commit1d9a808a58046d1ff744940e1df9dc6215eb1d05 (patch)
treefa2aebf6bec66b3d88feafd9f3e14feee27fe33f
parent28c386df8a7c2542c38cea54cdcd75d8f11b0b52 (diff)
downloadNetworkManager-th/pr/37.tar.gz
libnm: add missing NM_AVAILABLE_IN_1_16 macros for new APIth/pr/37
-rw-r--r--libnm/nm-client.h2
1 files changed, 2 insertions, 0 deletions
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);