mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 15:30:14 +01:00
docs: fix some annotations and documentation
This commit is contained in:
parent
dcceaf40c0
commit
4366fd2f84
2 changed files with 2 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ nm_setting_bond_remove_option (NMSettingBond *setting,
|
|||
*
|
||||
* Returns a list of valid bond options.
|
||||
*
|
||||
* Returns: a NULL-terminated array of strings of valid bond options.
|
||||
* Returns: (transfer none): a NULL-terminated array of strings of valid bond options.
|
||||
**/
|
||||
const char **
|
||||
nm_setting_bond_get_valid_options (NMSettingBond *setting)
|
||||
|
|
|
|||
|
|
@ -88,6 +88,7 @@ typedef struct {
|
|||
|
||||
/**
|
||||
* nm_setting_vlan_new:
|
||||
*
|
||||
* Creates a new #NMSettingVlan object with default values.
|
||||
*
|
||||
* Returns: (transfer full): the new empty #NMSettingVlan object
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue