]> git.proxmox.com Git - mirror_qemu.git/blob - include/qemu/dbus.h
Merge remote-tracking branch 'remotes/xtensa/tags/20200106-xtensa' into staging
[mirror_qemu.git] / include / qemu / dbus.h
1 /*
2 * Helpers for using D-Bus
3 *
4 * Copyright (C) 2019 Red Hat, Inc.
5 *
6 * This work is licensed under the terms of the GNU GPL, version 2. See
7 * the COPYING file in the top-level directory.
8 */
9
10 #ifndef DBUS_H
11 #define DBUS_H
12
13 #include <gio/gio.h>
14
15 GStrv qemu_dbus_get_queued_owners(GDBusConnection *connection,
16 const char *name,
17 Error **errp);
18
19 #endif /* DBUS_H */