From 94067249615eea89fb0ea4bb75999a47d6ff0464 Mon Sep 17 00:00:00 2001 From: Raul Gutierrez Segales Date: Sat, 25 Jun 2011 12:40:59 +0100 Subject: [PATCH] Introspection: fix annotation in e_vcard_get_attribute --- addressbook/libebook/e-vcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/libebook/e-vcard.c b/addressbook/libebook/e-vcard.c index 6b308d6..3a56395 100644 --- a/addressbook/libebook/e-vcard.c +++ b/addressbook/libebook/e-vcard.c @@ -1852,7 +1852,7 @@ e_vcard_get_attributes (EVCard *evcard) * @evcard and should not be freed. If the attribute does not exist, #NULL is * returned. * - * Returns: An #EVCardAttribute if found, or #NULL. + * Returns: (transfer none): An #EVCardAttribute if found, or #NULL. **/ EVCardAttribute * e_vcard_get_attribute (EVCard *evc, -- 2.7.4