diff options
| author | Michael Biebl <biebl@debian.org> | 2012-08-07 14:23:24 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2012-08-07 14:23:24 +0200 |
| commit | 7f1d08cf21e97f5e60d4636bb1e6c287c34ee2df (patch) | |
| tree | 25da3ad8d884f15bde3c263281680a5fc3ea80e0 /libnm-util/nm-setting-vlan.c | |
| parent | 867254ea7c2b193fecf8cd36cc6e5dc53c290d92 (diff) | |
Imported Upstream version 0.9.5.96 upstream/0.9.5.96
Diffstat (limited to 'libnm-util/nm-setting-vlan.c')
| -rw-r--r-- | libnm-util/nm-setting-vlan.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libnm-util/nm-setting-vlan.c b/libnm-util/nm-setting-vlan.c index b65b6197..d9fd3131 100644 --- a/libnm-util/nm-setting-vlan.c +++ b/libnm-util/nm-setting-vlan.c @@ -18,7 +18,7 @@ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301 USA. * - * (C) Copyright 2011 Red Hat, Inc. + * (C) Copyright 2011 - 2012 Red Hat, Inc. */ #include <dbus/dbus-glib.h> @@ -269,8 +269,8 @@ nm_setting_vlan_add_priority_str (NMSettingVlan *setting, /** * nm_setting_vlan_get_num_priorities: - * @map: the type of priority map * @setting: the #NMSettingVlan + * @map: the type of priority map * * Returns the number of entires in the * #NMSettingVlan:ingress_priority_map or #NMSettingVlan:egress_priority_map @@ -289,8 +289,8 @@ nm_setting_vlan_get_num_priorities (NMSettingVlan *setting, NMVlanPriorityMap ma /** * nm_setting_vlan_get_priority: - * @map: the type of priority map * @setting: the #NMSettingVlan + * @map: the type of priority map * @idx: the zero-based index of the ingress/egress priority map entry * @out_from: (out): on return the value of the priority map's 'from' item * @out_to: (out): on return the value of priority map's 'to' item @@ -327,8 +327,8 @@ nm_setting_vlan_get_priority (NMSettingVlan *setting, /** * nm_setting_vlan_add_priority: - * @map: the type of priority map * @setting: the #NMSettingVlan + * @map: the type of priority map * @from: the priority to map to @to * @to: the priority to map @from to * @@ -377,8 +377,8 @@ nm_setting_vlan_add_priority (NMSettingVlan *setting, /** * nm_setting_vlan_remove_priority: - * @map: the type of priority map * @setting: the #NMSettingVlan + * @map: the type of priority map * @idx: the zero-based index of the priority map to remove * * Removes the priority map at index @idx from the @@ -405,8 +405,8 @@ nm_setting_vlan_remove_priority (NMSettingVlan *setting, /** * nm_setting_vlan_clear_priorities: - * @map: the type of priority map * @setting: the #NMSettingVlan + * @map: the type of priority map * * Clear all the entires from #NMSettingVlan:ingress_priority_map or * #NMSettingVlan:egress_priority_map properties. |