[grilo] annotations: Annotated metadata_source cb GErrors as uints



commit 4b028ef85a098b9589cf38ef57446fb120425a8a
Author: Simón Pena <spenap gmail com>
Date:   Thu Sep 9 22:08:51 2010 +0200

    annotations: Annotated metadata_source cb GErrors as uints
    
    Signed-off-by: Iago Toral Quiroga <itoral igalia com>

 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()
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]