Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210330' into...
[qemu/ar7.git] / include / qemu / dbus.h
blob9d591f9ee4ad596fa4a8a6cda56cc42024d3026a
1 /*
2 * Helpers for using D-Bus
4 * Copyright (C) 2019 Red Hat, Inc.
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 */
10 #ifndef DBUS_H
11 #define DBUS_H
13 #include <gio/gio.h>
15 GStrv qemu_dbus_get_queued_owners(GDBusConnection *connection,
16 const char *name,
17 Error **errp);
19 #endif /* DBUS_H */