[brasero] Marked some deprecated functions with G_GNUC_DEPRECATED



commit 94921b0bea2c40c5ed2770f3e5cbf73a40f95d5a
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Fri Nov 6 13:06:38 2009 +0100

    Marked some deprecated functions with G_GNUC_DEPRECATED

 libbrasero-burn/brasero-track-data.c |    4 ++--
 libbrasero-burn/brasero-track-data.h |    4 ++--
 libbrasero-burn/burn-plugin.c        |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libbrasero-burn/brasero-track-data.c b/libbrasero-burn/brasero-track-data.c
index 0b8563c..3d238f9 100644
--- a/libbrasero-burn/brasero-track-data.c
+++ b/libbrasero-burn/brasero-track-data.c
@@ -406,7 +406,7 @@ brasero_track_data_get_excluded_list (BraseroTrackData *track)
  * URI should be excluded.
  **/
 
-GSList *
+G_GNUC_DEPRECATED GSList *
 brasero_track_data_get_excluded (BraseroTrackData *track,
 				 gboolean copy)
 {
@@ -467,7 +467,7 @@ brasero_track_data_get_excluded_real (BraseroTrackData *track)
  * Return value: a #BraseroBurnResult.
  **/
 
-BraseroBurnResult
+G_GNUC_DEPRECATED BraseroBurnResult
 brasero_track_data_get_paths (BraseroTrackData *track,
 			      gboolean use_joliet,
 			      const gchar *grafts_path,
diff --git a/libbrasero-burn/brasero-track-data.h b/libbrasero-burn/brasero-track-data.h
index 9dc6816..ee1fc31 100644
--- a/libbrasero-burn/brasero-track-data.h
+++ b/libbrasero-burn/brasero-track-data.h
@@ -134,11 +134,11 @@ brasero_track_data_get_grafts (BraseroTrackData *track);
 GSList *
 brasero_track_data_get_excluded_list (BraseroTrackData *track);
 
-GSList *
+G_GNUC_DEPRECATED GSList *
 brasero_track_data_get_excluded (BraseroTrackData *track,
 				 gboolean copy);
 
-BraseroBurnResult
+G_GNUC_DEPRECATED BraseroBurnResult
 brasero_track_data_get_paths (BraseroTrackData *track,
 			      gboolean use_joliet,
 			      const gchar *grafts_path,
diff --git a/libbrasero-burn/burn-plugin.c b/libbrasero-burn/burn-plugin.c
index 9d73473..a45daa0 100644
--- a/libbrasero-burn/burn-plugin.c
+++ b/libbrasero-burn/burn-plugin.c
@@ -641,7 +641,7 @@ brasero_plugin_get_group (BraseroPlugin *self)
  * This function returns a list of all errors that
  * prevents the plugin from working properly.
  *
- * Returns : a #GSList of #BraseroPluginError structures or %NULL.
+ * Returns: a #GSList of #BraseroPluginError structures or %NULL.
  * It must not be freed.
  **/
 



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