libnm-util: fix up some GObject introspection annotations

This commit is contained in:
Dan Williams 2011-07-05 17:34:48 -05:00
parent d0187fbbc6
commit ea3f60add4
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,7 @@ static const char *valid_s390_opts[] = {
*
* Creates a new #NMSettingWired object with default values.
*
* Returns: the new empty #NMSettingWired object
* Returns: (transfer full): the new empty #NMSettingWired object
**/
NMSetting *
nm_setting_wired_new (void)

View file

@ -333,7 +333,7 @@ nm_setting_wireless_ap_security_compatible (NMSettingWireless *s_wireless,
*
* Creates a new #NMSettingWireless object with default values.
*
* Returns: the new empty #NMSettingWireless object
* Returns: (transfer full): the new empty #NMSettingWireless object
**/
NMSetting *
nm_setting_wireless_new (void)