summaryrefslogtreecommitdiff
path: root/lib/bluetooth-agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bluetooth-agent.h')
-rw-r--r--lib/bluetooth-agent.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/bluetooth-agent.h b/lib/bluetooth-agent.h
index 077d6e59..41073432 100644
--- a/lib/bluetooth-agent.h
+++ b/lib/bluetooth-agent.h
@@ -21,14 +21,11 @@
*
*/
-#ifndef __BLUETOOTH_AGENT_H
-#define __BLUETOOTH_AGENT_H
+#pragma once
#include <glib-object.h>
#include <gio/gio.h>
-G_BEGIN_DECLS
-
#define BLUETOOTH_TYPE_AGENT (bluetooth_agent_get_type())
#define BLUETOOTH_AGENT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), \
BLUETOOTH_TYPE_AGENT, BluetoothAgent))
@@ -121,7 +118,3 @@ typedef enum {
GType bluetooth_agent_error_get_type (void);
GQuark bluetooth_agent_error_quark (void);
-
-G_END_DECLS
-
-#endif /* __BLUETOOTH_AGENT_H */