[PATCH 09/16] annotations: Annotated metadata_source cb GErrors as uints
- From: Simón Pena <spenap gmail com>
- To: grilo-list gnome org
- Subject: [PATCH 09/16] annotations: Annotated metadata_source cb GErrors as uints
- Date: Thu, 9 Sep 2010 22:08:51 +0200
---
src/grl-metadata-source.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/grl-metadata-source.h b/src/grl-metadata-source.h
index 4d67c9c..df30e65 100644
--- a/src/grl-metadata-source.h
+++ b/src/grl-metadata-source.h
@@ -110,7 +110,7 @@ struct _GrlMetadataSource {
* @source: a metadata source
* @media: a #GrlMedia transfer object
* @user_data: user data passed to grl_metadata_source_resolve()
- * @error: (not-error): possible #GError generated when resolving the metadata
+ * @error: (not-error) (type uint): possible #GError generated when resolving the metadata
*
* Prototype for the callback passed to grl_metadata_source_resolve()
*/
@@ -126,7 +126,7 @@ typedef void (*GrlMetadataSourceResolveCb) (GrlMetadataSource *source,
* @failed_keys: (element-type GObject.ParamSpec) (transfer container): #GList of
* keys that could not be updated, if any
* @user_data: user data passed to grl_metadata_source_set_metadata()
- * @error: (not-error): possible #GError generated when updating the metadata
+ * @error: (not-error) (type uint): possible #GError generated when updating the metadata
*
* Prototype for the callback passed to grl_metadata_source_set_metadata()
*/
--
1.7.0.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]