[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataGDReminder
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: Add missing annotations to GDataGDReminder
- Date: Wed, 29 Sep 2010 12:19:49 +0000 (UTC)
commit cfe09f2bab1f28feed17e0eea33173080e2b9de9
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Aug 3 09:45:53 2010 +0100
introspection: Add missing annotations to GDataGDReminder
gdata/gd/gdata-gd-reminder.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdata/gd/gdata-gd-reminder.c b/gdata/gd/gdata-gd-reminder.c
index fb61f9b..6f72814 100644
--- a/gdata/gd/gdata-gd-reminder.c
+++ b/gdata/gd/gdata-gd-reminder.c
@@ -283,8 +283,8 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
/**
* gdata_gd_reminder_new:
- * @method: the notification method the reminder should use, or %NULL
- * @absolute_time: the absolute time for the reminder, or %NULL
+ * @method: (allow-none): the notification method the reminder should use, or %NULL
+ * @absolute_time: (allow-none): the absolute time for the reminder, or %NULL
* @relative_time: the relative time for the reminder, in minutes, or <code class="literal">-1</code>
*
* Creates a new #GDataGDReminder. More information is available in the <ulink type="http"
@@ -367,7 +367,7 @@ gdata_gd_reminder_get_method (GDataGDReminder *self)
/**
* gdata_gd_reminder_set_method:
* @self: a #GDataGDReminder
- * @method: the new method, or %NULL
+ * @method: (allow-none): the new method, or %NULL
*
* Sets the #GDataGDReminder:method property to @method.
*
@@ -406,7 +406,7 @@ gdata_gd_reminder_get_absolute_time (GDataGDReminder *self, GTimeVal *absolute_t
/**
* gdata_gd_reminder_set_absolute_time:
* @self: a #GDataGDReminder
- * @absolute_time: the new absolute time, or %NULL
+ * @absolute_time: (allow-none): the new absolute time, or %NULL
*
* Sets the #GDataGDReminder:absolute-time property to @absolute_time.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]