mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 16:50:17 +01:00
libnm: backport NMSettingWired Wake-on-LAN symbols to 1.0.6
Backport to 1.0.6 the following symbols:
- nm_setting_wired_get_wake_on_lan
- nm_setting_wired_get_wake_on_lan_password
- nm_setting_wired_wake_on_lan_get_type
added to 1.0.6 with commit d449d82304
This commit is contained in:
parent
0969d16ad8
commit
0bc335cfbe
2 changed files with 9 additions and 0 deletions
|
|
@ -575,6 +575,8 @@ nm_setting_wired_get_wake_on_lan (NMSettingWired *setting)
|
|||
|
||||
return NM_SETTING_WIRED_GET_PRIVATE (setting)->wol;
|
||||
}
|
||||
NM_BACKPORT_SYMBOL (libnm_1_0_6, NMSettingWiredWakeOnLan, nm_setting_wired_get_wake_on_lan,
|
||||
(NMSettingWired *setting), (setting));
|
||||
|
||||
/**
|
||||
* nm_setting_wired_get_wake_on_lan_password:
|
||||
|
|
@ -594,6 +596,10 @@ nm_setting_wired_get_wake_on_lan_password (NMSettingWired *setting)
|
|||
|
||||
return NM_SETTING_WIRED_GET_PRIVATE (setting)->wol_password;
|
||||
}
|
||||
NM_BACKPORT_SYMBOL (libnm_1_0_6, const char *, nm_setting_wired_get_wake_on_lan_password,
|
||||
(NMSettingWired *setting), (setting));
|
||||
|
||||
NM_BACKPORT_SYMBOL (libnm_1_0_6, GType, nm_setting_wired_wake_on_lan_get_type, (void), ());
|
||||
|
||||
static gboolean
|
||||
verify (NMSetting *setting, NMConnection *connection, GError **error)
|
||||
|
|
|
|||
|
|
@ -846,6 +846,9 @@ libnm_1_0_6 {
|
|||
#nm_device_wifi_request_scan_options_async@libnm_1_0_6;
|
||||
#nm_metered_get_type@libnm_1_0_6;
|
||||
#nm_setting_connection_get_metered@libnm_1_0_6;
|
||||
#nm_setting_wired_get_wake_on_lan@libnm_1_0_6;
|
||||
#nm_setting_wired_get_wake_on_lan_password@libnm_1_0_6;
|
||||
#nm_setting_wired_wake_on_lan_get_type@libnm_1_0_6;
|
||||
#nm_utils_enum_from_str@libnm_1_0_6;
|
||||
#nm_utils_enum_to_str@libnm_1_0_6;
|
||||
#nm_utils_wifi_2ghz_freqs@libnm_1_0_6;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue