[libgdata] [introspection] Add missing annotations to GDataAccessRule
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] [introspection] Add missing annotations to GDataAccessRule
- Date: Mon, 2 Aug 2010 22:17:51 +0000 (UTC)
commit 57c2d72e1075a6615763956b55071246c84d5160
Author: Philip Withnall <philip tecnocode co uk>
Date: Mon Aug 2 22:38:27 2010 +0100
[introspection] Add missing annotations to GDataAccessRule
gdata/gdata-access-rule.c | 4 ++--
gdata/gdata-batch-operation.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdata/gdata-access-rule.c b/gdata/gdata-access-rule.c
index 6ae83d2..a75ead3 100644
--- a/gdata/gdata-access-rule.c
+++ b/gdata/gdata-access-rule.c
@@ -411,8 +411,8 @@ gdata_access_rule_set_scope (GDataAccessRule *self, const gchar *type, const gch
/**
* gdata_access_rule_get_scope:
* @self: a #GDataAccessRule
- * @type: return location for the scope type, or %NULL
- * @value: return location for the scope value, or %NULL
+ * @type: (out callee-allocates) (transfer none): return location for the scope type, or %NULL
+ * @value: (out callee-allocates) (transfer none): return location for the scope value, or %NULL
*
* Gets the #GDataAccessRule:scope-type and #GDataAccessRule:scope-value properties.
*
diff --git a/gdata/gdata-batch-operation.c b/gdata/gdata-batch-operation.c
index 87a156e..967da8d 100644
--- a/gdata/gdata-batch-operation.c
+++ b/gdata/gdata-batch-operation.c
@@ -315,7 +315,7 @@ run_callback_cb (BatchOperation *op)
* _gdata_batch_operation_run_callback:
* @self: a #GDataBatchOperation
* @op: the #BatchOperation which has been finished
- * @entry: the entry representing the operation's result, or %NULL
+ * @entry: (allow-none): the entry representing the operation's result, or %NULL
* @error: the error from the operation, or %NULL
*
* Run the callback for @op to notify the user code that the operation's result has been received and processed. Either @entry or @error should be
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]