LibreOffice Module vcl (master)
1
|
#include <gio/gio.h>
Go to the source code of this file.
Functions | |
guint | hud_awareness_register (GDBusConnection *connection, const gchar *object_path, HudAwarenessCallback callback, gpointer user_data, GDestroyNotify notify, GError **error) |
void | hud_awareness_unregister (GDBusConnection *connection, guint awareness_id) |
Variables | |
G_BEGIN_DECLS typedef void(* | HudAwarenessCallback )(gboolean hud_active, gpointer user_data) |
guint hud_awareness_register | ( | GDBusConnection * | connection, |
const gchar * | object_path, | ||
HudAwarenessCallback | callback, | ||
gpointer | user_data, | ||
GDestroyNotify | notify, | ||
GError ** | error | ||
) |
void hud_awareness_unregister | ( | GDBusConnection * | connection, |
guint | awareness_id | ||
) |
G_BEGIN_DECLS typedef void(* HudAwarenessCallback) (gboolean hud_active, gpointer user_data) |
Definition at line 17 of file hudawareness.h.