summaryrefslogtreecommitdiff
path: root/client/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/print.h')
-rw-r--r--client/print.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/client/print.h b/client/print.h
new file mode 100644
index 000000000..c0866d06c
--- /dev/null
+++ b/client/print.h
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ *
+ * BlueZ - Bluetooth protocol stack for Linux
+ *
+ * Copyright (C) 2022 Intel Corporation. All rights reserved.
+ *
+ *
+ */
+
+void print_property(GDBusProxy *proxy, const char *name);
+void print_property_with_label(GDBusProxy *proxy, const char *name,
+ const char *label);
+void print_iter(const char *label, const char *name, DBusMessageIter *iter);