mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
util: add dbus helper unit
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
a566907f1b
commit
a5021d6991
4 changed files with 81 additions and 0 deletions
19
include/qemu/dbus.h
Normal file
19
include/qemu/dbus.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
* Helpers for using D-Bus
|
||||
*
|
||||
* Copyright (C) 2019 Red Hat, Inc.
|
||||
*
|
||||
* This work is licensed under the terms of the GNU GPL, version 2. See
|
||||
* the COPYING file in the top-level directory.
|
||||
*/
|
||||
|
||||
#ifndef DBUS_H
|
||||
#define DBUS_H
|
||||
|
||||
#include <gio/gio.h>
|
||||
|
||||
GStrv qemu_dbus_get_queued_owners(GDBusConnection *connection,
|
||||
const char *name,
|
||||
Error **errp);
|
||||
|
||||
#endif /* DBUS_H */
|
Loading…
Add table
Add a link
Reference in a new issue