[libgdata] [introspection] Add missing annotations to GDataGContactEvent



commit a097de2235fb9e5ed8f62e4cc20e410e11c1fef5
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Aug 3 22:35:53 2010 +0100

    [introspection] Add missing annotations to GDataGContactEvent

 gdata/gcontact/gdata-gcontact-event.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdata/gcontact/gdata-gcontact-event.c b/gdata/gcontact/gdata-gcontact-event.c
index 1dcb034..da22afc 100644
--- a/gdata/gcontact/gdata-gcontact-event.c
+++ b/gdata/gcontact/gdata-gcontact-event.c
@@ -306,8 +306,8 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
 /**
  * gdata_gcontact_event_new:
  * @date: the date of the event
- * @relation_type: the relationship between the event and its owner, or %NULL
- * @label: a human-readable label for the event, or %NULL
+ * @relation_type: (allow-none): the relationship between the event and its owner, or %NULL
+ * @label: (allow-none): a human-readable label for the event, or %NULL
  *
  * Creates a new #GDataGContactEvent. More information is available in the <ulink type="http"
  * url="http://code.google.com/apis/contacts/docs/3.0/reference.html#gcEvent";>gContact specification</ulink>.
@@ -384,7 +384,7 @@ gdata_gcontact_event_get_relation_type (GDataGContactEvent *self)
 /**
  * gdata_gcontact_event_set_relation_type:
  * @self: a #GDataGContactEvent
- * @relation_type: the new relation type for the event, or %NULL
+ * @relation_type: (allow-none): the new relation type for the event, or %NULL
  *
  * Sets the #GDataGContactEvent:relation-type property to @relation_type
  * such as %GDATA_GCONTACT_EVENT_ANNIVERSARY or %GDATA_GCONTACT_EVENT_OTHER.
@@ -425,7 +425,7 @@ gdata_gcontact_event_get_label (GDataGContactEvent *self)
 /**
  * gdata_gcontact_event_set_label:
  * @self: a #GDataGContactEvent
- * @label: the new label for the event, or %NULL
+ * @label: (allow-none): the new label for the event, or %NULL
  *
  * Sets the #GDataGContactEvent:label property to @label.
  *



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