[brasero] Make three methods public
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Make three methods public
- Date: Sun, 20 Sep 2009 18:26:53 +0000 (UTC)
commit a8bb85701fca9bdff22d1b3f36e386444e7c8599
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Sat Sep 19 21:29:03 2009 +0200
Make three methods public
libbrasero-burn/brasero-session-helper.h | 14 --------------
libbrasero-burn/brasero-session.h | 12 +++++++++++-
2 files changed, 11 insertions(+), 15 deletions(-)
---
diff --git a/libbrasero-burn/brasero-session-helper.h b/libbrasero-burn/brasero-session-helper.h
index 8c3d0fb..3ac24fb 100644
--- a/libbrasero-burn/brasero-session-helper.h
+++ b/libbrasero-burn/brasero-session-helper.h
@@ -40,20 +40,6 @@
G_BEGIN_DECLS
-/**
- * Functions meant to become public API
- */
-
-BraseroBurnResult
-brasero_burn_session_set_image_output_format (BraseroBurnSession *self,
- BraseroImageFormat format);
-BraseroBurnResult
-brasero_burn_session_tag_add_int (BraseroBurnSession *self,
- const gchar *tag,
- gint value);
-gint
-brasero_burn_session_tag_lookup_int (BraseroBurnSession *self,
- const gchar *tag);
/**
* Some convenience functions used internally
diff --git a/libbrasero-burn/brasero-session.h b/libbrasero-burn/brasero-session.h
index 09c9f5c..3d92d47 100644
--- a/libbrasero-burn/brasero-session.h
+++ b/libbrasero-burn/brasero-session.h
@@ -146,6 +146,13 @@ BraseroBurnResult
brasero_burn_session_tag_remove (BraseroBurnSession *session,
const gchar *tag);
+BraseroBurnResult
+brasero_burn_session_tag_add_int (BraseroBurnSession *self,
+ const gchar *tag,
+ gint value);
+gint
+brasero_burn_session_tag_lookup_int (BraseroBurnSession *self,
+ const gchar *tag);
/**
* Destination
*/
@@ -168,10 +175,13 @@ brasero_burn_session_get_output (BraseroBurnSession *session,
gchar **image,
gchar **toc);
+BraseroBurnResult
+brasero_burn_session_set_image_output_format (BraseroBurnSession *self,
+ BraseroImageFormat format);
+
BraseroImageFormat
brasero_burn_session_get_output_format (BraseroBurnSession *session);
-
const gchar *
brasero_burn_session_get_label (BraseroBurnSession *session);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]