docs: fix some annotations and documentation

This commit is contained in:
Dan Williams
2012-06-12 12:12:35 -05:00
parent dcceaf40c0
commit 4366fd2f84
2 changed files with 2 additions and 1 deletions

View File

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

View File

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