brasero r2195 - in trunk: . libbrasero-burn



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

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

	Clean brasero-burn-options.h

	* libbrasero-burn/Makefile.am:
	* libbrasero-burn/brasero-burn-options-private.h:
	* libbrasero-burn/brasero-burn-options.h:
	* libbrasero-burn/brasero-disc-copy-dialog.c:
	* libbrasero-burn/brasero-disc-option-dialog.c:
	* libbrasero-burn/brasero-image-option-dialog.c:

Added:
   trunk/libbrasero-burn/brasero-burn-options-private.h
Modified:
   trunk/ChangeLog
   trunk/libbrasero-burn/Makefile.am
   trunk/libbrasero-burn/brasero-burn-options.h
   trunk/libbrasero-burn/brasero-disc-copy-dialog.c
   trunk/libbrasero-burn/brasero-disc-option-dialog.c
   trunk/libbrasero-burn/brasero-image-option-dialog.c

Modified: trunk/libbrasero-burn/Makefile.am
==============================================================================
--- trunk/libbrasero-burn/Makefile.am	(original)
+++ trunk/libbrasero-burn/Makefile.am	Wed Apr  1 13:50:12 2009
@@ -145,7 +145,8 @@
 	brasero-track-data.c                 \
 	brasero-track-data.h                 \
 	brasero-track-image-cfg.c                 \
-	brasero-track-image-cfg.h
+	brasero-track-image-cfg.h                 \
+	brasero-burn-options-private.h
 
 EXTRA_DIST =			\
 	libbrasero-marshal.list

Added: trunk/libbrasero-burn/brasero-burn-options-private.h
==============================================================================
--- (empty file)
+++ trunk/libbrasero-burn/brasero-burn-options-private.h	Wed Apr  1 13:50:12 2009
@@ -0,0 +1,53 @@
+/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
+/*
+ * Libbrasero-burn
+ * Copyright (C) Philippe Rouquier 2005-2009 <bonfire-app wanadoo fr>
+ *
+ * Libbrasero-burn is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * The Libbrasero-burn authors hereby grant permission for non-GPL compatible
+ * GStreamer plugins to be used and distributed together with GStreamer
+ * and Libbrasero-burn. This permission is above and beyond the permissions granted
+ * by the GPL license by which Libbrasero-burn is covered. If you modify this code
+ * you may extend this exception to your version of the code, but you are not
+ * obligated to do so. If you do not wish to do so, delete this exception
+ * statement from your version.
+ * 
+ * Libbrasero-burn is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Library General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to:
+ * 	The Free Software Foundation, Inc.,
+ * 	51 Franklin Street, Fifth Floor
+ * 	Boston, MA  02110-1301, USA.
+ */
+
+#ifndef _BRASERO_BURN_OPTIONS_PRIVATE_H_
+#define _BRASERO_BURN_OPTIONS_PRIVATE_H_
+
+#include "brasero-burn-options.h"
+
+
+void
+brasero_burn_options_add_source (BraseroBurnOptions *self,
+				 const gchar *title,
+				 ...);
+
+GtkWidget *
+brasero_burn_options_add_burn_button (BraseroBurnOptions *self,
+				      const gchar *text,
+				      const gchar *icon);
+void
+brasero_burn_options_lock_selection (BraseroBurnOptions *self);
+
+void
+brasero_burn_options_set_type_shown (BraseroBurnOptions *self,
+				     BraseroMediaType type);
+
+#endif

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 13:50:12 2009
@@ -70,25 +70,9 @@
 brasero_burn_options_get_session (BraseroBurnOptions *self);
 
 void
-brasero_burn_options_add_source (BraseroBurnOptions *self,
-				 const gchar *title,
-				 ...);
-
-void
 brasero_burn_options_add_options (BraseroBurnOptions *self,
 				  GtkWidget *options);
 
-GtkWidget *
-brasero_burn_options_add_burn_button (BraseroBurnOptions *self,
-				      const gchar *text,
-				      const gchar *icon);
-void
-brasero_burn_options_lock_selection (BraseroBurnOptions *self);
-
-void
-brasero_burn_options_set_type_shown (BraseroBurnOptions *self,
-				     BraseroMediaType type);
-
 G_END_DECLS
 
 #endif /* _BRASERO_BURN_OPTIONS_H_ */

Modified: trunk/libbrasero-burn/brasero-disc-copy-dialog.c
==============================================================================
--- trunk/libbrasero-burn/brasero-disc-copy-dialog.c	(original)
+++ trunk/libbrasero-burn/brasero-disc-copy-dialog.c	Wed Apr  1 13:50:12 2009
@@ -52,6 +52,7 @@
 #include "brasero-dest-selection.h"
 #include "brasero-src-selection.h"
 #include "brasero-burn-options.h"
+#include "brasero-burn-options-private.h"
 
 G_DEFINE_TYPE (BraseroDiscCopyDialog, brasero_disc_copy_dialog, BRASERO_TYPE_BURN_OPTIONS);
 

Modified: trunk/libbrasero-burn/brasero-disc-option-dialog.c
==============================================================================
--- trunk/libbrasero-burn/brasero-disc-option-dialog.c	(original)
+++ trunk/libbrasero-burn/brasero-disc-option-dialog.c	Wed Apr  1 13:50:12 2009
@@ -54,6 +54,7 @@
 #include "brasero-dest-selection.h"
 #include "brasero-session-cfg.h"
 #include "brasero-burn-options.h"
+#include "brasero-burn-options-private.h"
 
 G_DEFINE_TYPE (BraseroDiscOptionDialog, brasero_disc_option_dialog, BRASERO_TYPE_BURN_OPTIONS);
 

Modified: trunk/libbrasero-burn/brasero-image-option-dialog.c
==============================================================================
--- trunk/libbrasero-burn/brasero-image-option-dialog.c	(original)
+++ trunk/libbrasero-burn/brasero-image-option-dialog.c	Wed Apr  1 13:50:12 2009
@@ -48,6 +48,7 @@
 #include "brasero-image-option-dialog.h"
 #include "brasero-src-image.h"
 #include "brasero-burn-options.h"
+#include "brasero-burn-options-private.h"
 
 G_DEFINE_TYPE (BraseroImageOptionDialog, brasero_image_option_dialog, BRASERO_TYPE_BURN_OPTIONS);
 



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