summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-10-12 14:27:39 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2015-10-12 14:27:39 +0200
commit089986d01931f8cf47cdf4d017d6a31557c5ebac (patch)
tree3badc968efde3e28d86526ce71297c260dd22dfd
parente85813ded5bef4eca65cb77b8e1c84ee3ec15ef5 (diff)
downloadNetworkManager-089986d01931f8cf47cdf4d017d6a31557c5ebac.tar.gz
fixup! libnm: add LLDP support
-rw-r--r--libnm/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-device.c b/libnm/nm-device.c
index 71b8fbaeae..bb4231ec52 100644
--- a/libnm/nm-device.c
+++ b/libnm/nm-device.c
@@ -2535,7 +2535,7 @@ nm_lldp_neighbor_get_attr_names (NMLldpNeighbor *neighbor)
* nm_lldp_neighbor_get_attr_string_value:
* @neighbor: the #NMLldpNeighbor
* @name: the attribute name
- * @out_value: (out) (allow-none) on return, the attribute value
+ * @out_value: (out) (allow-none) (transfer none): on return, the attribute value
*
* Gets the string value of attribute with name @name on @neighbor
*