summaryrefslogtreecommitdiff
path: root/lib/bluetooth-client-private.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-02-10 16:38:10 +0100
committerBastien Nocera <hadess@hadess.net>2021-02-17 12:02:14 +0100
commit1421fc73dd8402df9fd80537a1750ae8c00ef54e (patch)
tree73400fb25f6ae79d47f6fffd2ceece917f06aa2f /lib/bluetooth-client-private.h
parentd9e994a83ba0ef3e1fa5dcc59d95bb6e6f744465 (diff)
downloadgnome-bluetooth-1421fc73dd8402df9fd80537a1750ae8c00ef54e.tar.gz
lib: Simplify single-include
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 */