[brasero] Fix #602566 - libbrasero-burn has broken headers



commit aa5e971e6a670c6c9c6a5e08eb2a6ecb34f94a56
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Mon Nov 23 10:38:34 2009 +0100

    Fix #602566 -  libbrasero-burn has broken headers
    Some G_END_DECLS were missing

 libbrasero-burn/brasero-burn.h      |    2 ++
 libbrasero-burn/brasero-caps-burn.h |    2 ++
 libbrasero-burn/brasero-progress.h  |    2 ++
 libbrasero-burn/brasero-tray.h      |    2 ++
 libbrasero-burn/burn-caps.h         |    2 ++
 src/brasero-audio-disc.h            |    2 ++
 src/brasero-mime-filter.h           |    2 ++
 src/brasero-player-bacon.h          |    2 ++
 src/brasero-playlist.h              |    2 +-
 src/brasero-project-type-chooser.h  |    2 ++
 src/brasero-search-entry.h          |    4 +++-
 11 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/libbrasero-burn/brasero-burn.h b/libbrasero-burn/brasero-burn.h
index d730f66..bbbfcc0 100644
--- a/libbrasero-burn/brasero-burn.h
+++ b/libbrasero-burn/brasero-burn.h
@@ -120,4 +120,6 @@ brasero_burn_get_action_string (BraseroBurn *burn,
 				BraseroBurnAction action,
 				gchar **string);
 
+G_END_DECLS
+
 #endif /* BURN_H */
diff --git a/libbrasero-burn/brasero-caps-burn.h b/libbrasero-burn/brasero-caps-burn.h
index 7e2c772..97495e6 100644
--- a/libbrasero-burn/brasero-caps-burn.h
+++ b/libbrasero-burn/brasero-caps-burn.h
@@ -58,4 +58,6 @@ brasero_burn_caps_new_checksuming_task (BraseroBurnCaps *caps,
 					GError **error);
 
 
+G_END_DECLS
+
 #endif /* _BRASERO_CAPS_BURN_H_ */
diff --git a/libbrasero-burn/brasero-progress.h b/libbrasero-burn/brasero-progress.h
index 6636b56..c2279f6 100644
--- a/libbrasero-burn/brasero-progress.h
+++ b/libbrasero-burn/brasero-progress.h
@@ -87,4 +87,6 @@ brasero_burn_progress_set_action (BraseroBurnProgress *progress,
 				  BraseroBurnAction action,
 				  const gchar *string);
 
+G_END_DECLS
+
 #endif /* PROGRESS_H */
diff --git a/libbrasero-burn/brasero-tray.h b/libbrasero-burn/brasero-tray.h
index 2d50ef5..e5bf37a 100644
--- a/libbrasero-burn/brasero-tray.h
+++ b/libbrasero-burn/brasero-tray.h
@@ -80,4 +80,6 @@ void
 brasero_tray_icon_set_show_dialog (BraseroTrayIcon *tray,
 				   gboolean show);
 
+G_END_DECLS
+
 #endif /* TRAY_H */
diff --git a/libbrasero-burn/burn-caps.h b/libbrasero-burn/burn-caps.h
index 2a09a3f..d2737e1 100644
--- a/libbrasero-burn/burn-caps.h
+++ b/libbrasero-burn/burn-caps.h
@@ -113,4 +113,6 @@ gboolean
 brasero_caps_is_compatible_type (const BraseroCaps *caps,
 				 const BraseroTrackType *type);
 
+G_END_DECLS
+
 #endif /* BURN_CAPS_H */
diff --git a/src/brasero-audio-disc.h b/src/brasero-audio-disc.h
index 8d4436d..b1039f4 100644
--- a/src/brasero-audio-disc.h
+++ b/src/brasero-audio-disc.h
@@ -57,4 +57,6 @@ GtkWidget *brasero_audio_disc_new (void);
 
 G_END_DECLS
 
+G_END_DECLS
+
 #endif /* AUDIO_DISC_H */
diff --git a/src/brasero-mime-filter.h b/src/brasero-mime-filter.h
index 7c0bd93..68dc842 100644
--- a/src/brasero-mime-filter.h
+++ b/src/brasero-mime-filter.h
@@ -73,4 +73,6 @@ gboolean brasero_mime_filter_filter (BraseroMimeFilter * filter,
 
 G_END_DECLS
 
+G_END_DECLS
+
 #endif				/* MIME_FILTER_H */
diff --git a/src/brasero-player-bacon.h b/src/brasero-player-bacon.h
index 738905a..38aa145 100644
--- a/src/brasero-player-bacon.h
+++ b/src/brasero-player-bacon.h
@@ -80,4 +80,6 @@ gboolean brasero_player_bacon_set_pos (BraseroPlayerBacon *bacon, gdouble pos);
 gboolean brasero_player_bacon_get_pos (BraseroPlayerBacon *bacon, gint64 *pos);
 gdouble  brasero_player_bacon_get_volume (BraseroPlayerBacon *bacon);
 
+G_END_DECLS
+
 #endif /* PLAYER_BACON_H */
diff --git a/src/brasero-playlist.h b/src/brasero-playlist.h
index b3931fd..bbe3f2f 100644
--- a/src/brasero-playlist.h
+++ b/src/brasero-playlist.h
@@ -60,6 +60,6 @@ GtkWidget *brasero_playlist_new (void);
 
 G_END_DECLS
 
-#endif
+#endif				/* PLAY_LIST_H */
 
 #endif
diff --git a/src/brasero-project-type-chooser.h b/src/brasero-project-type-chooser.h
index 83d742f..e7ad310 100644
--- a/src/brasero-project-type-chooser.h
+++ b/src/brasero-project-type-chooser.h
@@ -66,4 +66,6 @@ GtkWidget *brasero_project_type_chooser_new (void);
 
 G_END_DECLS
 
+G_END_DECLS
+
 #endif				/* CD_TYPE_CHOOSER_H */
diff --git a/src/brasero-search-entry.h b/src/brasero-search-entry.h
index 873a8fe..2c57add 100644
--- a/src/brasero-search-entry.h
+++ b/src/brasero-search-entry.h
@@ -72,4 +72,6 @@ void
 brasero_search_entry_set_context (BraseroSearchEntry *entry,
 				  BraseroLayoutType type);
 
-#endif
+G_END_DECLS
+
+#endif				/* SEARCH_ENTRY_H */



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