brasero r2192 - in trunk: . libbrasero-burn



Author: philippr
Date: Wed Apr  1 12:38:57 2009
New Revision: 2192
URL: http://svn.gnome.org/viewvc/brasero?rev=2192&view=rev

Log:
2009-04-01  Philippe Rouquier  <bonfire-app wanadoo fr>

	Fixes for headers of exported *.h files

	* libbrasero-burn/brasero-burn-options.h:
	* libbrasero-burn/brasero-session-cfg.h:
	* libbrasero-burn/brasero-tags.h:

Modified:
   trunk/ChangeLog
   trunk/libbrasero-burn/brasero-burn-options.h
   trunk/libbrasero-burn/brasero-session-cfg.h
   trunk/libbrasero-burn/brasero-tags.h

Modified: trunk/libbrasero-burn/brasero-burn-options.h
==============================================================================
--- trunk/libbrasero-burn/brasero-burn-options.h	(original)
+++ trunk/libbrasero-burn/brasero-burn-options.h	Wed Apr  1 12:38:57 2009
@@ -35,8 +35,7 @@
 
 #include <gtk/gtk.h>
 
-#include "brasero-medium-monitor.h"
-#include "brasero-session-cfg.h"
+#include <brasero-session-cfg.h>
 
 G_BEGIN_DECLS
 

Modified: trunk/libbrasero-burn/brasero-session-cfg.h
==============================================================================
--- trunk/libbrasero-burn/brasero-session-cfg.h	(original)
+++ trunk/libbrasero-burn/brasero-session-cfg.h	Wed Apr  1 12:38:57 2009
@@ -33,7 +33,7 @@
 
 #include <glib-object.h>
 
-#include "brasero-session.h"
+#include <brasero-session.h>
 
 G_BEGIN_DECLS
 
@@ -108,14 +108,6 @@
 brasero_session_cfg_disable (BraseroSessionCfg *self);
 
 
-/**
- * This tag (for sessions) is used to set an estimated size, used to determine
- * in the burn option dialog if the selected medium is big enough.
- */
-
-#define BRASERO_DATA_TRACK_SIZE_TAG	"track::data::estimated_size"
-#define BRASERO_AUDIO_TRACK_SIZE_TAG	"track::audio::estimated_size"
-
 G_END_DECLS
 
 #endif /* _BRASERO_SESSION_CFG_H_ */

Modified: trunk/libbrasero-burn/brasero-tags.h
==============================================================================
--- trunk/libbrasero-burn/brasero-tags.h	(original)
+++ trunk/libbrasero-burn/brasero-tags.h	Wed Apr  1 12:38:57 2009
@@ -53,6 +53,14 @@
  */
 
 /**
+ * This tag (for sessions) is used to set an estimated size, used to determine
+ * in the burn option dialog if the selected medium is big enough.
+ */
+
+#define BRASERO_DATA_TRACK_SIZE_TAG	"track::data::estimated_size"
+#define BRASERO_AUDIO_TRACK_SIZE_TAG	"track::audio::estimated_size"
+
+/**
  * Gives the uri (gchar *) of the cover
  */
 #define BRASERO_COVER_URI			"session::art::cover"



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