[brasero/gnome-2-28] Make two internal functions public
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero/gnome-2-28] Make two internal functions public
- Date: Wed, 7 Oct 2009 20:18:44 +0000 (UTC)
commit 83c535ca31fd6ede3bb62842b50eae9de64d9f82
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Wed Oct 7 19:41:14 2009 +0200
Make two internal functions public
libbrasero-burn/brasero-caps-session.c | 6 ------
libbrasero-media/brasero-medium.c | 4 ++++
libbrasero-media/brasero-medium.h | 6 ++++++
3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/libbrasero-burn/brasero-caps-session.c b/libbrasero-burn/brasero-caps-session.c
index 59777d1..43fc99f 100644
--- a/libbrasero-burn/brasero-caps-session.c
+++ b/libbrasero-burn/brasero-caps-session.c
@@ -1344,12 +1344,6 @@ 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 6be5564..7e1c62e 100644
--- a/libbrasero-media/brasero-medium.c
+++ b/libbrasero-media/brasero-medium.c
@@ -3325,6 +3325,8 @@ 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.
*
**/
@@ -3345,6 +3347,8 @@ 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 ad7c9ec..874ea96 100644
--- a/libbrasero-media/brasero-medium.h
+++ b/libbrasero-media/brasero-medium.h
@@ -140,6 +140,12 @@ 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]