[evolution-data-server] Introspection: fix annotation in e_vcard_remove_attributes



commit 77a874df7624cdf489b169c1ccd188f5dda881ad
Author: Raul Gutierrez Segales <rgs collabora co uk>
Date:   Tue Aug 2 14:58:01 2011 +0100

    Introspection: fix annotation in e_vcard_remove_attributes

 addressbook/libebook/e-vcard.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/addressbook/libebook/e-vcard.c b/addressbook/libebook/e-vcard.c
index 644f170..d98521d 100644
--- a/addressbook/libebook/e-vcard.c
+++ b/addressbook/libebook/e-vcard.c
@@ -1127,8 +1127,8 @@ e_vcard_attribute_get_type (void)
 /**
  * e_vcard_remove_attributes:
  * @evc: vcard object
- * @attr_group: group name of attributes to be removed
- * @attr_name: name of the arributes to be removed
+ * @attr_group: (allow-none): group name of attributes to be removed
+ * @attr_name: (allow-none): name of the arributes to be removed
  *
  * Removes all the attributes with group name and attribute name equal to
  * passed in values. If @attr_group is %NULL or an empty string,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]