summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-04-28 16:58:29 +0200
committerBastien Nocera <hadess@hadess.net>2021-04-30 17:50:27 +0200
commit4ced4b94d2ab1befaaedd8b900161f26c9b265b8 (patch)
tree65afed26d3a1b444b3c20de8d279332a4331f639
parent6df04321834fa885e75a827c753cae2c409c0b97 (diff)
downloadtotem-4ced4b94d2ab1befaaedd8b900161f26c9b265b8.tar.gz
backend: Simplify header goo
-rw-r--r--src/backend/bacon-video-widget.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/backend/bacon-video-widget.h b/src/backend/bacon-video-widget.h
index 86c031b7b..653f452b3 100644
--- a/src/backend/bacon-video-widget.h
+++ b/src/backend/bacon-video-widget.h
@@ -25,13 +25,10 @@
*
*/
-#ifndef HAVE_BACON_VIDEO_WIDGET_H
-#define HAVE_BACON_VIDEO_WIDGET_H
+#pragma once
#include <clutter-gtk/clutter-gtk.h>
-G_BEGIN_DECLS
-
#ifndef glib_autoptr_clear_GtkClutterEmbed
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkClutterEmbed, g_object_unref)
#endif
@@ -436,7 +433,3 @@ void bacon_video_widget_unmark_popup_busy (BaconVideoWidget *bvw,
GObject * bacon_video_widget_get_controls_object (BaconVideoWidget *bvw);
GObject * bacon_video_widget_get_header_controls_object (BaconVideoWidget *bvw);
-
-G_END_DECLS
-
-#endif /* HAVE_BACON_VIDEO_WIDGET_H */