[beast: 46/73] BEAST: SF2: remove G_BEGIN_DECLS|G_END_DECLS from headers
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 46/73] BEAST: SF2: remove G_BEGIN_DECLS|G_END_DECLS from headers
- Date: Thu, 23 Mar 2017 21:45:32 +0000 (UTC)
commit 7286c622128a953b3d3b712ada72dd0eb9b7803e
Author: Stefan Westerfeld <stefan space twc de>
Date: Fri Dec 2 18:07:28 2016 +0100
BEAST: SF2: remove G_BEGIN_DECLS|G_END_DECLS from headers
Signed-off-by: Stefan Westerfeld <stefan space twc de>
beast-gtk/bstsoundfontpresetview.hh | 3 ---
beast-gtk/bstsoundfontview.hh | 4 ----
2 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/beast-gtk/bstsoundfontpresetview.hh b/beast-gtk/bstsoundfontpresetview.hh
index 75d00b7..93e4483 100644
--- a/beast-gtk/bstsoundfontpresetview.hh
+++ b/beast-gtk/bstsoundfontpresetview.hh
@@ -4,8 +4,6 @@
#include "bstitemview.hh"
-G_BEGIN_DECLS
-
/* --- Gtk+ type macros --- */
#define BST_TYPE_SOUND_FONT_PRESET_VIEW (bst_sound_font_preset_view_get_type ())
#define BST_SOUND_FONT_PRESET_VIEW(object) (GTK_CHECK_CAST ((object),
BST_TYPE_SOUND_FONT_PRESET_VIEW, BstSoundFontPresetView))
@@ -32,5 +30,4 @@ struct _BstSoundFontPresetViewClass
GType bst_sound_font_preset_view_get_type (void);
GtkWidget* bst_sound_font_preset_view_new (void);
-G_END_DECLS
#endif /* __BST_SOUND_FONT_PRESET_VIEW_HH__ */
diff --git a/beast-gtk/bstsoundfontview.hh b/beast-gtk/bstsoundfontview.hh
index f658745..3fe2c86 100644
--- a/beast-gtk/bstsoundfontview.hh
+++ b/beast-gtk/bstsoundfontview.hh
@@ -5,8 +5,6 @@
#include "bstitemview.hh"
#include "bstsoundfontpresetview.hh"
-G_BEGIN_DECLS
-
/* --- Gtk+ type macros --- */
#define BST_TYPE_SOUND_FONT_VIEW (bst_sound_font_view_get_type ())
#define BST_SOUND_FONT_VIEW(object) (GTK_CHECK_CAST ((object), BST_TYPE_SOUND_FONT_VIEW,
BstSoundFontView))
@@ -35,6 +33,4 @@ GType bst_sound_font_view_get_type (void);
GtkWidget* bst_sound_font_view_new (SfiProxy sfont_repo);
SfiProxy bst_sound_font_view_get_preset (BstSoundFontView *self);
-G_END_DECLS
-
#endif /* __BST_SOUND_FONT_VIEW_HH__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]