From 681dfc70ef98f6ed0c05bcb0fbff00e3fc0799ea Mon Sep 17 00:00:00 2001
From: Michael Biebl
guint32 +guint32 nm_setting_wireless_security_get_num_protos (NMSettingWirelessSecurity *setting);@@ -515,7 +515,7 @@ connecting to secure Wi-Fi networksconst char * nm_setting_wireless_security_get_proto (+NMSettingWirelessSecurity *setting, -guint32 i);guint32 i);Parameters
@@ -547,7 +547,7 @@ nm_setting_wireless_security_get_proto
nm_setting_wireless_security_add_proto ()
-gboolean +gboolean nm_setting_wireless_security_add_proto (@@ -581,8 +581,8 @@ with the access point.NMSettingWirelessSecurity *setting,const char *proto);Returns
-+
TRUEif the protocol was new and was added to the allowed -protocol list, orFALSEif it was already in the list
TRUEif the protocol was new and was added to the allowed +protocol list, orFALSEif it was already in the list
@@ -591,7 +591,7 @@ protocol list, orFALSEif it was already in the livoid nm_setting_wireless_security_remove_proto (+NMSettingWirelessSecurity *setting, -guint32 i);guint32 i);Removes a protocol from the allowed protocol list.
Parameters
@@ -619,7 +619,7 @@ nm_setting_wireless_security_remove_proto
nm_setting_wireless_security_remove_proto_by_value ()
-gboolean +gboolean nm_setting_wireless_security_remove_proto_by_value (@@ -648,7 +648,7 @@ nm_setting_wireless_security_remove_proto_by_valueNMSettingWirelessSecurity *setting,const char *proto);
@@ -678,7 +678,7 @@ specified then all protocols are allowed.
nm_setting_wireless_security_get_num_pairwise ()
-guint32 +guint32 nm_setting_wireless_security_get_num_pairwise (NMSettingWirelessSecurity *setting);@@ -707,7 +707,7 @@ nm_setting_wireless_security_get_num_pairwiseconst char * nm_setting_wireless_security_get_pairwise (+NMSettingWirelessSecurity *setting, -guint32 i);guint32 i);Returns the allowed pairwise encryption algorithm from allowed algorithm list.
@@ -741,7 +741,7 @@ list.@@ -783,7 +783,7 @@ already in the list
nm_setting_wireless_security_add_pairwise ()
-gboolean +gboolean nm_setting_wireless_security_add_pairwise (@@ -773,7 +773,7 @@ compatible with this connection.NMSettingWirelessSecurity *setting,const char *pairwise);void nm_setting_wireless_security_remove_pairwise (+NMSettingWirelessSecurity *setting, -guint32 i);guint32 i);Removes an encryption algorithm from the allowed pairwise encryption algorithm list.
@@ -812,7 +812,7 @@ algorithm list.
nm_setting_wireless_security_remove_pairwise_by_value ()
-gboolean +gboolean nm_setting_wireless_security_remove_pairwise_by_value (@@ -842,7 +842,7 @@ algorithm list.NMSettingWirelessSecurity *setting,const char *pairwise);
@@ -872,7 +872,7 @@ specified then all pairwise encryption algorithms are allowed.
nm_setting_wireless_security_get_num_groups ()
-guint32 +guint32 nm_setting_wireless_security_get_num_groups (NMSettingWirelessSecurity *setting);@@ -901,7 +901,7 @@ nm_setting_wireless_security_get_num_groupsconst char * nm_setting_wireless_security_get_group (+NMSettingWirelessSecurity *setting, -guint32 i);guint32 i);Returns the allowed groupwise encryption algorithm from allowed algorithm list.
@@ -935,7 +935,7 @@ list.@@ -978,7 +978,7 @@ already in the list
nm_setting_wireless_security_add_group ()
-gboolean +gboolean nm_setting_wireless_security_add_group (@@ -968,7 +968,7 @@ compatible with this connection.NMSettingWirelessSecurity *setting,const char *group);void nm_setting_wireless_security_remove_group (+NMSettingWirelessSecurity *setting, -guint32 i);guint32 i);Removes an encryption algorithm from the allowed groupwise encryption algorithm list.
@@ -1007,7 +1007,7 @@ algorithm list.
nm_setting_wireless_security_remove_group_by_value ()
-gboolean +gboolean nm_setting_wireless_security_remove_group_by_value (@@ -1038,7 +1038,7 @@ algorithm list.NMSettingWirelessSecurity *setting,const char *group);
@@ -1228,7 +1228,7 @@ nm_setting_wireless_security_get_leap_password_flagsconst char * nm_setting_wireless_security_get_wep_key (+NMSettingWirelessSecurity *setting, -guint32 idx);guint32 idx);Parameters
@@ -1262,7 +1262,7 @@ nm_setting_wireless_security_get_wep_key
void nm_setting_wireless_security_set_wep_key (NMSettingWirelessSecurity *setting, -guint32 idx, +guint32 idx,const char *key);Sets a WEP key in the given index.
@@ -1298,7 +1298,7 @@ property.
+nm_setting_wireless_security_get_wep_tx_keyidx ()
-guint32 +guint32 nm_setting_wireless_security_get_wep_tx_keyidx (NMSettingWirelessSecurity *setting);@@ -1813,6 +1813,6 @@ although, with the same numeric values.
Generated by GTK-Doc V1.33.1