summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-vlan.c
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2014-02-24 16:58:00 +0100
committerJiří Klimeš <jklimes@redhat.com>2014-02-24 17:00:39 +0100
commitc2a1cb1a44aab32816fc2e9c1fcff543413f4fa7 (patch)
tree8e18b21e15a79ee94a9d0110e29214bb29588d8c /libnm-util/nm-setting-vlan.c
parent8a67713e9e02887d7d83edd63c173d16d8b5b59f (diff)
downloadNetworkManager-c2a1cb1a44aab32816fc2e9c1fcff543413f4fa7.tar.gz
docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdoc
Diffstat (limited to 'libnm-util/nm-setting-vlan.c')
-rw-r--r--libnm-util/nm-setting-vlan.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libnm-util/nm-setting-vlan.c b/libnm-util/nm-setting-vlan.c
index 75df487ecb..9a37ca8da5 100644
--- a/libnm-util/nm-setting-vlan.c
+++ b/libnm-util/nm-setting-vlan.c
@@ -242,8 +242,8 @@ set_map (NMSettingVlan *self, NMVlanPriorityMap map, GSList *list)
* or the #NMSettingVlan:egress_priority_map properties. The priority map maps
* the Linux SKB priorities to 802.1p priorities.
*
- * Returns: TRUE if the entry was successfully added to the list, or it
- * overwrote the old value, FALSE if error
+ * Returns: %TRUE if the entry was successfully added to the list, or it
+ * overwrote the old value, %FALSE if error
*/
gboolean
nm_setting_vlan_add_priority_str (NMSettingVlan *setting,
@@ -357,8 +357,8 @@ nm_setting_vlan_get_priority (NMSettingVlan *setting,
* If @map is #NM_VLAN_EGRESS_MAP then @from is the Linux SKB priority value and
* @to is the outgoing 802.1q VLAN Priority Code Point (PCP) value.
*
- * Returns: TRUE if the new priority mapping was successfully added to the
- * list, FALSE if error
+ * Returns: %TRUE if the new priority mapping was successfully added to the
+ * list, %FALSE if error
*/
gboolean
nm_setting_vlan_add_priority (NMSettingVlan *setting,