[PATCH 4/6] annotations: Annotated metadata_source cb GErrors as uints



---
 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 16be727..ab1de58 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: (out) (element-type Grl.KeyID) (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]