libnm: add missing since gtk-doc for nm_tc_action_get_attribute_names()

This commit is contained in:
Thomas Haller 2020-06-07 01:10:11 +02:00
parent fff812e255
commit 83146b3ec2
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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)