LibreOffice Module vcl (master) 1
Functions | Variables
hudawareness.h File Reference
#include <gio/gio.h>
Include dependency graph for hudawareness.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)
 

Function Documentation

◆ 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 
)

Variable Documentation

◆ HudAwarenessCallback

G_BEGIN_DECLS typedef void(* HudAwarenessCallback) (gboolean hud_active, gpointer user_data) ( gboolean  hud_active,
gpointer  user_data 
)

Definition at line 17 of file hudawareness.h.