[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataMediaCategory
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: Add missing annotations to GDataMediaCategory
- Date: Wed, 29 Sep 2010 12:20:14 +0000 (UTC)
commit 6dd8dcae6ca2b768b1f3e86d155fae7b4ccee9cd
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Aug 3 22:44:51 2010 +0100
introspection: Add missing annotations to GDataMediaCategory
gdata/media/gdata-media-category.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdata/media/gdata-media-category.c b/gdata/media/gdata-media-category.c
index 98c2e00..825b65a 100644
--- a/gdata/media/gdata-media-category.c
+++ b/gdata/media/gdata-media-category.c
@@ -260,8 +260,8 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
/**
* gdata_media_category_new:
* @category: a category describing the content
- * @scheme: a URI identifying the categorisation scheme, or %NULL
- * @label: a human-readable name for the category, or %NULL
+ * @scheme: (allow-none): a URI identifying the categorisation scheme, or %NULL
+ * @label: (allow-none): a human-readable name for the category, or %NULL
*
* Creates a new #GDataMediaCategory. More information is available in the <ulink type="http"
* url="http://search.yahoo.com/mrss/">Media RSS specification</ulink>.
@@ -333,7 +333,7 @@ gdata_media_category_get_scheme (GDataMediaCategory *self)
/**
* gdata_media_category_set_scheme:
* @self: a #GDataMediaCategory
- * @scheme: the category's new scheme, or %NULL
+ * @scheme: (allow-none): the category's new scheme, or %NULL
*
* Sets the #GDataMediaCategory:scheme property to @scheme.
*
@@ -375,7 +375,7 @@ gdata_media_category_get_label (GDataMediaCategory *self)
/**
* gdata_media_category_set_label:
* @self: a #GDataMediaCategory
- * @label: the category's new label, or %NULL
+ * @label: (allow-none): the category's new label, or %NULL
*
* Sets the #GDataMediaCategory:label property to @label.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]