#include <gio/gio.h>
Go to the source code of this file.
◆ hud_awareness_register()
guint hud_awareness_register |
( |
GDBusConnection * |
connection, |
|
|
const gchar * |
object_path, |
|
|
HudAwarenessCallback |
callback, |
|
|
gpointer |
user_data, |
|
|
GDestroyNotify |
notify, |
|
|
GError ** |
error |
|
) |
| |
◆ hud_awareness_unregister()
void hud_awareness_unregister |
( |
GDBusConnection * |
connection, |
|
|
guint |
awareness_id |
|
) |
| |
◆ HudAwarenessCallback
G_BEGIN_DECLS typedef void(* HudAwarenessCallback) (gboolean hud_active, gpointer user_data) |
( |
gboolean |
hud_active, |
|
|
gpointer |
user_data |
|
) |
| |