summaryrefslogtreecommitdiff
path: root/lib/bluetooth-client-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bluetooth-client-private.h')
-rw-r--r--lib/bluetooth-client-private.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/bluetooth-client-private.h b/lib/bluetooth-client-private.h
index 191821ac..c8cdfc3d 100644
--- a/lib/bluetooth-client-private.h
+++ b/lib/bluetooth-client-private.h
@@ -21,15 +21,12 @@
*
*/
-#ifndef __BLUETOOTH_CLIENT_PRIVATE_H
-#define __BLUETOOTH_CLIENT_PRIVATE_H
+#pragma once
#include <glib-object.h>
#include <gtk/gtk.h>
#include <bluetooth-enums.h>
-G_BEGIN_DECLS
-
typedef void (*BluetoothClientSetupFunc) (BluetoothClient *client,
const GError *error,
const char *device_path);
@@ -57,7 +54,3 @@ void bluetooth_client_dump_device (GtkTreeModel *model,
gboolean bluetooth_client_get_connectable(const char **uuids);
GDBusProxy *_bluetooth_client_get_default_adapter (BluetoothClient *client);
-
-G_END_DECLS
-
-#endif /* __BLUETOOTH_CLIENT_PRIVATE_H */