diff options
| author | Michael Biebl <biebl@debian.org> | 2016-01-20 16:26:51 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-01-20 16:26:51 +0100 |
| commit | 494f296a3baab08522617b24b1f126d8f9a17502 (patch) | |
| tree | c8ef32fb0dd1c4ff35a0b38e787abb58692de0cd /libnm-core/nm-setting-wired.h | |
| parent | 54f6333410ffd570e62717d9e77c5c987175e397 (diff) | |
Imported Upstream version 1.1.90 upstream/1.1.90
Diffstat (limited to 'libnm-core/nm-setting-wired.h')
| -rw-r--r-- | libnm-core/nm-setting-wired.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libnm-core/nm-setting-wired.h b/libnm-core/nm-setting-wired.h index e1fd6f67..7eb53d30 100644 --- a/libnm-core/nm-setting-wired.h +++ b/libnm-core/nm-setting-wired.h @@ -60,7 +60,7 @@ G_BEGIN_DECLS * Options for #NMSettingWired:wake-on-lan. Note that not all options * are supported by all devices. * - * Since: 1.0.6 + * Since: 1.2 */ typedef enum { /*< flags >*/ NM_SETTING_WIRED_WAKE_ON_LAN_NONE = 0, /*< skip >*/ @@ -145,9 +145,7 @@ gboolean nm_setting_wired_remove_s390_option (NMSettingWired *setting const char *key); const char ** nm_setting_wired_get_valid_s390_options (NMSettingWired *setting); -NM_AVAILABLE_IN_1_0_6 NMSettingWiredWakeOnLan nm_setting_wired_get_wake_on_lan (NMSettingWired *setting); -NM_AVAILABLE_IN_1_0_6 const char * nm_setting_wired_get_wake_on_lan_password (NMSettingWired *setting); G_END_DECLS |