libnm-util: add some missing GObject introspection annotations

This commit is contained in:
Dan Williams 2011-07-19 11:14:01 -05:00
parent 2c401887aa
commit 86854167d6
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ enum {
*
* Creates a new #NMSettingBluetooth object with default values.
*
* Returns: the new empty #NMSettingBluetooth object
* Returns: (transfer full): the new empty #NMSettingBluetooth object
**/
NMSetting *nm_setting_bluetooth_new (void)
{

View file

@ -107,7 +107,7 @@ enum {
*
* Creates a new #NMSettingPPPOE object with default values.
*
* Returns: the new empty #NMSettingPPPOE object
* Returns: (transfer full): the new empty #NMSettingPPPOE object
**/
NMSetting *
nm_setting_pppoe_new (void)