[brasero] Moved some function declarations away and make them private



commit 5fd280fb9f31d2ac88c3dab6b212f37871dac231
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sun May 17 17:51:57 2009 +0200

    Moved some function declarations away and make them private
---
 libbrasero-burn/brasero-session-helper.h |   18 ++++++++++++++++++
 libbrasero-burn/brasero-session.h        |   18 ------------------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/libbrasero-burn/brasero-session-helper.h b/libbrasero-burn/brasero-session-helper.h
index 75577b0..ee2793b 100644
--- a/libbrasero-burn/brasero-session-helper.h
+++ b/libbrasero-burn/brasero-session-helper.h
@@ -74,6 +74,24 @@ brasero_burn_session_same_src_dest_drive (BraseroBurnSession *session);
 #define BRASERO_BURN_SESSION_APPEND(session)					\
 (brasero_burn_session_get_flags ((session)) & (BRASERO_BURN_FLAG_APPEND|BRASERO_BURN_FLAG_MERGE))
 
+BraseroBurnResult
+brasero_burn_session_get_tmp_image (BraseroBurnSession *session,
+				    BraseroImageFormat format,
+				    gchar **image,
+				    gchar **toc,
+				    GError **error);
+
+BraseroBurnResult
+brasero_burn_session_get_tmp_file (BraseroBurnSession *session,
+				   const gchar *suffix,
+				   gchar **path,
+				   GError **error);
+
+BraseroBurnResult
+brasero_burn_session_get_tmp_dir (BraseroBurnSession *session,
+				  gchar **path,
+				  GError **error);
+
 G_END_DECLS
 
 #endif
diff --git a/libbrasero-burn/brasero-session.h b/libbrasero-burn/brasero-session.h
index be628ef..5cb143d 100644
--- a/libbrasero-burn/brasero-session.h
+++ b/libbrasero-burn/brasero-session.h
@@ -174,24 +174,6 @@ brasero_burn_session_set_tmpdir (BraseroBurnSession *session,
 const gchar *
 brasero_burn_session_get_tmpdir (BraseroBurnSession *session);
 
-BraseroBurnResult
-brasero_burn_session_get_tmp_image (BraseroBurnSession *session,
-				    BraseroImageFormat format,
-				    gchar **image,
-				    gchar **toc,
-				    GError **error);
-
-BraseroBurnResult
-brasero_burn_session_get_tmp_file (BraseroBurnSession *session,
-				   const gchar *suffix,
-				   gchar **path,
-				   GError **error);
-
-BraseroBurnResult
-brasero_burn_session_get_tmp_dir (BraseroBurnSession *session,
-				  gchar **path,
-				  GError **error);
-
 /**
  * Allow to save a whole session settings/source and restore it later.
  * (mostly used internally)



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