[grilo] core: remove wrong (type uint) annotations for errors



commit f37636f241b514fe323e9640ee1ff907222724e8
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Mon Nov 17 11:58:32 2014 +0100

    core: remove wrong (type uint) annotations for errors
    
    For some reason, those annotations where added since daebdc455.
    Today GIR seems to deal with callbacks errors fine, so let's remove it
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740186

 src/grl-source.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/grl-source.h b/src/grl-source.h
index 7bbe971..d91c481 100644
--- a/src/grl-source.h
+++ b/src/grl-source.h
@@ -133,7 +133,7 @@ typedef enum {
  * @operation_id: operation identifier
  * @media: (transfer full): a data transfer object
  * @user_data: user data passed to grl_source_resolve()
- * @error: (type uint): possible #GError generated at processing
+ * @error: possible #GError generated at processing
  *
  * Prototype for the callback passed to grl_source_resolve()
  */
@@ -151,7 +151,7 @@ typedef void (*GrlSourceResolveCb) (GrlSource *source,
  * @remaining: the number of remaining #GrlMedia to process, or
  * GRL_SOURCE_REMAINING_UNKNOWN if it is unknown
  * @user_data: user data passed to the used method
- * @error: (type uint): possible #GError generated at processing
+ * @error: possible #GError generated at processing
  *
  * Prototype for the callback passed to the media sources' methods
  */
@@ -167,7 +167,7 @@ typedef void (*GrlSourceResultCb) (GrlSource *source,
  * @source: a source
  * @media: (transfer full): a data transfer object
  * @user_data: user data passed to grl_source_remove()
- * @error: (type uint): possible #GError generated at processing
+ * @error: possible #GError generated at processing
  *
  * Prototype for the callback passed to grl_source_remove()
  */
@@ -183,7 +183,7 @@ typedef void (*GrlSourceRemoveCb) (GrlSource *source,
  * @failed_keys: (element-type GrlKeyID) (transfer none): #GList of
  * keys that could not be updated, if any
  * @user_data: user data
- * @error: (type uint): possible #GError generated
+ * @error: possible #GError generated
  *
  * Prototype for the callback passed to grl_source_store_foo functions
  */


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