[brasero/gnome-2-28] Fix #602566 - libbrasero-burn has broken headers
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero/gnome-2-28] Fix #602566 - libbrasero-burn has broken headers
- Date: Mon, 23 Nov 2009 09:57:36 +0000 (UTC)
commit b8fd96b0219d368b72906ed94d84095676c78794
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-dialog.h | 2 ++
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 ++
libbrasero-burn/burn-process.h | 2 ++
src/brasero-audio-disc.h | 2 ++
src/brasero-disc.h | 2 ++
src/brasero-file-chooser.h | 2 ++
src/brasero-layout.h | 2 ++
src/brasero-mime-filter.h | 2 ++
src/brasero-player-bacon.h | 2 ++
src/brasero-player.h | 2 ++
src/brasero-playlist.h | 2 ++
src/brasero-project-type-chooser.h | 2 ++
src/brasero-project.h | 2 ++
src/brasero-search-beagle.h | 2 ++
src/brasero-search-entry.h | 2 ++
src/brasero-song-properties.h | 2 ++
src/brasero-uri-container.h | 2 ++
21 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/libbrasero-burn/brasero-burn-dialog.h b/libbrasero-burn/brasero-burn-dialog.h
index c38dac1..b90ab38 100644
--- a/libbrasero-burn/brasero-burn-dialog.h
+++ b/libbrasero-burn/brasero-burn-dialog.h
@@ -65,4 +65,6 @@ gboolean
brasero_burn_dialog_cancel (BraseroBurnDialog *dialog,
gboolean force_cancellation);
+G_END_DECLS
+
#endif /* BURN_DIALOG_H */
diff --git a/libbrasero-burn/brasero-burn.h b/libbrasero-burn/brasero-burn.h
index 741b47c..af5d832 100644
--- a/libbrasero-burn/brasero-burn.h
+++ b/libbrasero-burn/brasero-burn.h
@@ -117,4 +117,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 cb34d6d..ec69351 100644
--- a/libbrasero-burn/brasero-caps-burn.h
+++ b/libbrasero-burn/brasero-caps-burn.h
@@ -57,4 +57,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 663ebc9..a84d1b8 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 b5a299b..19331c4 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 7039812..18782a0 100644
--- a/libbrasero-burn/burn-caps.h
+++ b/libbrasero-burn/burn-caps.h
@@ -108,4 +108,6 @@ gboolean
brasero_caps_is_compatible_type (const BraseroCaps *caps,
const BraseroTrackType *type);
+G_END_DECLS
+
#endif /* BURN_CAPS_H */
diff --git a/libbrasero-burn/burn-process.h b/libbrasero-burn/burn-process.h
index e1b3a4e..b495cd0 100644
--- a/libbrasero-burn/burn-process.h
+++ b/libbrasero-burn/burn-process.h
@@ -88,4 +88,6 @@ void
brasero_process_set_working_directory (BraseroProcess *process,
const gchar *directory);
+G_END_DECLS
+
#endif /* PROCESS_H */
diff --git a/src/brasero-audio-disc.h b/src/brasero-audio-disc.h
index 3140697..2b29ff9 100644
--- a/src/brasero-audio-disc.h
+++ b/src/brasero-audio-disc.h
@@ -55,4 +55,6 @@ typedef struct {
GType brasero_audio_disc_get_type();
GtkWidget *brasero_audio_disc_new();
+G_END_DECLS
+
#endif /* AUDIO_DISC_H */
diff --git a/src/brasero-disc.h b/src/brasero-disc.h
index 1afc293..570d53b 100644
--- a/src/brasero-disc.h
+++ b/src/brasero-disc.h
@@ -133,4 +133,6 @@ brasero_disc_is_empty (BraseroDisc *disc);
void
brasero_disc_selection_changed (BraseroDisc *disc);
+G_END_DECLS
+
#endif /* DISC_H */
diff --git a/src/brasero-file-chooser.h b/src/brasero-file-chooser.h
index 7bdd094..cabba90 100644
--- a/src/brasero-file-chooser.h
+++ b/src/brasero-file-chooser.h
@@ -59,4 +59,6 @@ void
brasero_file_chooser_customize (GtkWidget *widget,
gpointer null_data);
+G_END_DECLS
+
#endif /* BRASERO_FILE_CHOOSER_H */
diff --git a/src/brasero-layout.h b/src/brasero-layout.h
index d530ad3..03d3a11 100644
--- a/src/brasero-layout.h
+++ b/src/brasero-layout.h
@@ -88,4 +88,6 @@ void
brasero_layout_register_ui (BraseroLayout *layout,
GtkUIManager *manager);
+G_END_DECLS
+
#endif /* BRASERO_LAYOUT_H */
diff --git a/src/brasero-mime-filter.h b/src/brasero-mime-filter.h
index 1bbda42..6624370 100644
--- a/src/brasero-mime-filter.h
+++ b/src/brasero-mime-filter.h
@@ -70,4 +70,6 @@ gboolean brasero_mime_filter_filter (BraseroMimeFilter * filter,
char *filename, char *uri,
char *display_name, char *mime_type);
+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-player.h b/src/brasero-player.h
index 5ebf915..f0dab83 100644
--- a/src/brasero-player.h
+++ b/src/brasero-player.h
@@ -76,4 +76,6 @@ brasero_player_get_pos (BraseroPlayer *player);
gint64
brasero_player_get_length (BraseroPlayer *player);
+G_END_DECLS
+
#endif
diff --git a/src/brasero-playlist.h b/src/brasero-playlist.h
index b5b8d4d..d04628c 100644
--- a/src/brasero-playlist.h
+++ b/src/brasero-playlist.h
@@ -57,6 +57,8 @@ typedef struct {
GType brasero_playlist_get_type ();
GtkWidget *brasero_playlist_new ();
+G_END_DECLS
+
#endif /* PLAY_LIST_H */
#endif
diff --git a/src/brasero-project-type-chooser.h b/src/brasero-project-type-chooser.h
index 8218178..8cc3d0c 100644
--- a/src/brasero-project-type-chooser.h
+++ b/src/brasero-project-type-chooser.h
@@ -64,4 +64,6 @@ typedef struct {
GType brasero_project_type_chooser_get_type ();
GtkWidget *brasero_project_type_chooser_new ();
+G_END_DECLS
+
#endif /* CD_TYPE_CHOOSER_H */
diff --git a/src/brasero-project.h b/src/brasero-project.h
index d2db172..9c963f6 100644
--- a/src/brasero-project.h
+++ b/src/brasero-project.h
@@ -105,4 +105,6 @@ brasero_project_register_ui (BraseroProject *project,
void
brasero_project_create_audio_cover (BraseroProject *project);
+G_END_DECLS
+
#endif /* PROJECT_H */
diff --git a/src/brasero-search-beagle.h b/src/brasero-search-beagle.h
index 3f06d31..5a22cd8 100644
--- a/src/brasero-search-beagle.h
+++ b/src/brasero-search-beagle.h
@@ -58,6 +58,8 @@ typedef struct {
GType brasero_search_get_type ();
GtkWidget *brasero_search_new ();
+G_END_DECLS
+
#endif /* SEARCH_H */
#endif
diff --git a/src/brasero-search-entry.h b/src/brasero-search-entry.h
index f623d84..e517556 100644
--- a/src/brasero-search-entry.h
+++ b/src/brasero-search-entry.h
@@ -73,6 +73,8 @@ void
brasero_search_entry_set_context (BraseroSearchEntry *entry,
BraseroLayoutType type);
+G_END_DECLS
+
#endif /* SEARCH_ENTRY_H */
#endif
diff --git a/src/brasero-song-properties.h b/src/brasero-song-properties.h
index 9a3b839..b76c41b 100644
--- a/src/brasero-song-properties.h
+++ b/src/brasero-song-properties.h
@@ -76,4 +76,6 @@ brasero_song_props_set_properties (BraseroSongProps *self,
gint64 end,
gint64 gap);
+G_END_DECLS
+
#endif /* SONG_PROPERTIES_H */
diff --git a/src/brasero-uri-container.h b/src/brasero-uri-container.h
index 97d393b..030b160 100644
--- a/src/brasero-uri-container.h
+++ b/src/brasero-uri-container.h
@@ -73,4 +73,6 @@ brasero_uri_container_uri_selected (BraseroURIContainer *container);
void
brasero_uri_container_uri_activated (BraseroURIContainer *container);
+G_END_DECLS
+
#endif /* BRASERO_URI_CONTAINER_H */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]