From 86854167d6c5ac510914490544da0a9c44e0f623 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 19 Jul 2011 11:14:01 -0500 Subject: libnm-util: add some missing GObject introspection annotations --- libnm-util/nm-setting-bluetooth.c | 2 +- libnm-util/nm-setting-pppoe.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libnm-util') diff --git a/libnm-util/nm-setting-bluetooth.c b/libnm-util/nm-setting-bluetooth.c index 50d8de50d3..1b1178b240 100644 --- a/libnm-util/nm-setting-bluetooth.c +++ b/libnm-util/nm-setting-bluetooth.c @@ -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) { diff --git a/libnm-util/nm-setting-pppoe.c b/libnm-util/nm-setting-pppoe.c index 249b7678d1..4a9b8a2294 100644 --- a/libnm-util/nm-setting-pppoe.c +++ b/libnm-util/nm-setting-pppoe.c @@ -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) -- cgit v1.2.1