[libgdata] [introspection] Add missing annotations to GDataMediaGroup
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] [introspection] Add missing annotations to GDataMediaGroup
- Date: Tue, 3 Aug 2010 22:45:20 +0000 (UTC)
commit 1b66aea00acb59d2a186497137a439327a00a571
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Aug 3 22:52:52 2010 +0100
[introspection] Add missing annotations to GDataMediaGroup
gdata/media/gdata-media-group.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gdata/media/gdata-media-group.c b/gdata/media/gdata-media-group.c
index 1c5d2a1..2f3fe33 100644
--- a/gdata/media/gdata-media-group.c
+++ b/gdata/media/gdata-media-group.c
@@ -328,7 +328,7 @@ gdata_media_group_get_title (GDataMediaGroup *self)
/**
* gdata_media_group_set_title:
* @self: a #GDataMediaGroup
- * @title: the group's new title, or %NULL
+ * @title: (allow-none): the group's new title, or %NULL
*
* Sets the #GDataMediaGroup:title property to @title.
*
@@ -364,7 +364,7 @@ gdata_media_group_get_description (GDataMediaGroup *self)
/**
* gdata_media_group_set_description:
* @self: a #GDataMediaGroup
- * @description: the group's new description, or %NULL
+ * @description: (allow-none): the group's new description, or %NULL
*
* Sets the #GDataMediaGroup:description property to @description.
*
@@ -386,7 +386,7 @@ gdata_media_group_set_description (GDataMediaGroup *self, const gchar *descripti
*
* Gets the #GDataMediaGroup:keywords property.
*
- * Return value: a %NULL-terminated array of the group's keywords, or %NULL
+ * Return value: (array zero-terminated=1): a %NULL-terminated array of the group's keywords, or %NULL
*
* Since: 0.4.0
**/
@@ -400,7 +400,7 @@ gdata_media_group_get_keywords (GDataMediaGroup *self)
/**
* gdata_media_group_set_keywords:
* @self: a #GDataMediaGroup
- * @keywords: a %NULL-terminated array of the group's new keywords, or %NULL
+ * @keywords: (array zero-terminated=1) (allow-none): a %NULL-terminated array of the group's new keywords, or %NULL
*
* Sets the #GDataMediaGroup:keywords property to @keywords.
*
@@ -434,7 +434,7 @@ gdata_media_group_get_category (GDataMediaGroup *self)
/**
* gdata_media_group_set_category:
* @self: a #GDataMediaGroup
- * @category: a new #GDataMediaCategory, or %NULL
+ * @category: (allow-none): a new #GDataMediaCategory, or %NULL
*
* Sets the #GDataMediaGroup:category property to @category, and increments its reference count.
**/
@@ -463,7 +463,7 @@ content_compare_cb (const GDataMediaContent *content, const gchar *type)
* Looks up a #GDataMediaContent from the group with the given MIME type. The group's list of contents is
* a list of URIs to various formats of the group content itself, such as the SWF URI or RTSP stream for a video.
*
- * Return value: a #GDataMediaContent matching @type, or %NULL
+ * Return value: (transfer none): a #GDataMediaContent matching @type, or %NULL
**/
GDataMediaContent *
gdata_media_group_look_up_content (GDataMediaGroup *self, const gchar *type)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]