[tracker] TrackerDecorator: remove the "(boxed)" annotation



commit 25fb3e2867a8ef7be6da64b5c815613cc0c49588
Author: Xavier Claessens <xavier claessens collabora co uk>
Date:   Thu Feb 6 15:40:32 2014 -0500

    TrackerDecorator: remove the "(boxed)" annotation
    
    That annotation does not exist, g-i is smart enough to
    see by itself that TrackerDecoratorInfo is a boxed type.

 src/libtracker-miner/tracker-decorator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-miner/tracker-decorator.c b/src/libtracker-miner/tracker-decorator.c
index d906b8a..7caf1c2 100644
--- a/src/libtracker-miner/tracker-decorator.c
+++ b/src/libtracker-miner/tracker-decorator.c
@@ -1240,7 +1240,7 @@ tracker_decorator_next (TrackerDecorator    *decorator,
  * tracker_decorator_next() to return the result of the task be it an
  * error or not.
  *
- * Returns: (transfer full) (boxed): a #TrackerDecoratorInfo on success or
+ * Returns: (transfer full): a #TrackerDecoratorInfo on success or
  *  #NULL on error. Free with tracker_decorator_info_unref().
  *
  * Since: 0.18


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