mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 02:00:15 +01:00
libnm: add missing since gtk-doc for nm_tc_action_get_attribute_names()
This commit is contained in:
parent
fff812e255
commit
83146b3ec2
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue