summaryrefslogtreecommitdiff
path: root/client/print.h
blob: c0866d06c504502c24427222160dd58f341b9726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);