mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 09:40:11 +01:00
libnm: add missing NM_AVAILABLE_IN_1_16 macros for new API
This commit is contained in:
parent
28c386df8a
commit
1d9a808a58
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue