[brasero/gnome-2-28] Wrong branch
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero/gnome-2-28] Wrong branch
- Date: Wed, 7 Oct 2009 20:19:20 +0000 (UTC)
commit efba32469fc75598cbb3e5590be247b1fc1f158d
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Wed Oct 7 22:17:28 2009 +0200
Wrong branch
Revert "Make two internal functions public"
This reverts commit 83c535ca31fd6ede3bb62842b50eae9de64d9f82.
libbrasero-burn/brasero-caps-session.c | 6 ++++++
libbrasero-media/brasero-medium.c | 4 ----
libbrasero-media/brasero-medium.h | 6 ------
3 files changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/libbrasero-burn/brasero-caps-session.c b/libbrasero-burn/brasero-caps-session.c
index 43fc99f..59777d1 100644
--- a/libbrasero-burn/brasero-caps-session.c
+++ b/libbrasero-burn/brasero-caps-session.c
@@ -1344,6 +1344,12 @@ brasero_caps_get_flags (BraseroCaps *caps,
return retval;
}
+/* FIXME: make this public */
+gboolean
+brasero_medium_can_use_sao (BraseroMedium *medium);
+gboolean
+brasero_medium_can_use_tao (BraseroMedium *medium);
+
static void
brasero_medium_supported_flags (BraseroMedium *medium,
BraseroBurnFlag *supported_flags,
diff --git a/libbrasero-media/brasero-medium.c b/libbrasero-media/brasero-medium.c
index 7e1c62e..6be5564 100644
--- a/libbrasero-media/brasero-medium.c
+++ b/libbrasero-media/brasero-medium.c
@@ -3325,8 +3325,6 @@ brasero_medium_can_be_rewritten (BraseroMedium *medium)
*
* Gets whether the medium supports SAO.
*
- * Since 2.30
- *
* Return value: a #gboolean. TRUE if the medium can use SAO write mode , FALSE otherwise.
*
**/
@@ -3347,8 +3345,6 @@ brasero_medium_can_use_sao (BraseroMedium *medium)
*
* Gets whether the medium supports TAO.
*
- * Since 2.30
- *
* Return value: a #gboolean. TRUE if the medium can use TAO write mode, FALSE otherwise.
*
**/
diff --git a/libbrasero-media/brasero-medium.h b/libbrasero-media/brasero-medium.h
index 874ea96..ad7c9ec 100644
--- a/libbrasero-media/brasero-medium.h
+++ b/libbrasero-media/brasero-medium.h
@@ -140,12 +140,6 @@ brasero_medium_can_use_dummy_for_tao (BraseroMedium *medium);
gboolean
brasero_medium_can_use_burnfree (BraseroMedium *medium);
-gboolean
-brasero_medium_can_use_sao (BraseroMedium *medium);
-
-gboolean
-brasero_medium_can_use_tao (BraseroMedium *medium);
-
G_END_DECLS
#endif /* _BURN_MEDIUM_H_ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]