summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-06-07 01:10:11 +0200
committerThomas Haller <thaller@redhat.com>2020-06-19 17:07:27 +0200
commit83146b3ec25bf8affa951f0458dc1ccfc1368425 (patch)
treecb8fc4f6f4d78cb9390d5bc3d109c932107df7e5
parentfff812e25523997bfa6997a15eecba4aeda52e2e (diff)
downloadNetworkManager-83146b3ec25bf8affa951f0458dc1ccfc1368425.tar.gz
libnm: add missing since gtk-doc for nm_tc_action_get_attribute_names()
-rw-r--r--libnm-core/nm-setting-tc-config.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libnm-core/nm-setting-tc-config.c b/libnm-core/nm-setting-tc-config.c
index 8658231562..1c9de13b75 100644
--- a/libnm-core/nm-setting-tc-config.c
+++ b/libnm-core/nm-setting-tc-config.c
@@ -585,6 +585,8 @@ nm_tc_action_get_kind (NMTCAction *action)
* Gets an array of attribute names defined on @action.
*
* Returns: (transfer full): a %NULL-terminated array of attribute names,
+ *
+ * Since: 1.12
**/
char **
nm_tc_action_get_attribute_names (NMTCAction *action)
@@ -614,6 +616,8 @@ _nm_tc_action_get_attributes (NMTCAction *action)
*
* Returns: (transfer none): the value of the attribute with name @name on
* @action, or %NULL if @action has no such attribute.
+ *
+ * Since: 1.12
**/
GVariant *
nm_tc_action_get_attribute (NMTCAction *action, const char *name)
@@ -634,6 +638,8 @@ nm_tc_action_get_attribute (NMTCAction *action, const char *name)
* @value: (transfer none) (allow-none): the value
*
* Sets or clears the named attribute on @action to the given value.
+ *
+ * Since: 1.12
**/
void
nm_tc_action_set_attribute (NMTCAction *action, const char *name, GVariant *value)