summaryrefslogtreecommitdiff
path: root/lib/bluetooth-settings-widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bluetooth-settings-widget.h')
-rw-r--r--lib/bluetooth-settings-widget.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/bluetooth-settings-widget.h b/lib/bluetooth-settings-widget.h
index 8b722956..395a985e 100644
--- a/lib/bluetooth-settings-widget.h
+++ b/lib/bluetooth-settings-widget.h
@@ -18,13 +18,10 @@
*
*/
-#ifndef __BLUETOOTH_SETTINGS_WIDGET_H
-#define __BLUETOOTH_SETTINGS_WIDGET_H
+#pragma once
#include <gtk/gtk.h>
-G_BEGIN_DECLS
-
#define BLUETOOTH_TYPE_SETTINGS_WIDGET (bluetooth_settings_widget_get_type())
#define BLUETOOTH_SETTINGS_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), \
BLUETOOTH_TYPE_SETTINGS_WIDGET, BluetoothSettingsWidget))
@@ -59,7 +56,3 @@ GType bluetooth_settings_widget_get_type (void);
GtkWidget *bluetooth_settings_widget_new (void);
gboolean bluetooth_settings_widget_get_default_adapter_powered (BluetoothSettingsWidget *widget);
-
-G_END_DECLS
-
-#endif /* __BLUETOOTH_SETTINGS_WIDGET_H */