[brasero/introspection: 3/3] Added a FIXME for brasero_track_data_get_excluded whose return value can be transfer full or tranfer



commit d1518559cb370f944b2796f65d6602671db616ed
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sat Sep 12 15:39:20 2009 +0200

    Added a FIXME for brasero_track_data_get_excluded whose return value can be transfer full or tranfer none

 libbrasero-burn/brasero-track-data.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libbrasero-burn/brasero-track-data.c b/libbrasero-burn/brasero-track-data.c
index c97f936..fe0b3ba 100644
--- a/libbrasero-burn/brasero-track-data.c
+++ b/libbrasero-burn/brasero-track-data.c
@@ -376,10 +376,11 @@ brasero_track_data_get_grafts_real (BraseroTrackData *track)
  * be freed once it is not needed anymore. If %FALSE,
  * do not free after usage as @track retains ownership.
  *
- * Return value: (transfer full) (element-type utf8) (allow-none): a #GSList of #gchar * or %NULL if no
+ * Return value: (transfer none) (element-type utf8) (allow-none): a #GSList of #gchar * or %NULL if no
  * URI should be excluded.
  **/
-
+/* FIXME the copy option is not easy for bindings
+ * we should probably use (allow-none) (default FALSE) */
 GSList *
 brasero_track_data_get_excluded (BraseroTrackData *track,
 				 gboolean copy)



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