![]() |
![]() |
![]() |
libhud-gtk Docs | ![]() |
---|---|---|---|---|
Top | Description |
#include <libhud-gtk/manager.h> struct HudGtkManagerClass;HudGtkManager * hud_gtk_manager_new ();
GtkApplication *appHudActionPublisher * hud_gtk_manager_get_publisher (,
HudGtkManager *manager);
GVariant *id
A helper class
struct HudGtkManagerClass { HudManagerClass parent_class; };
Class data for
HudGtkManager * hud_gtk_manager_new ();
GtkApplication *app
Creates a app
so that
new windows get tracked and their actions automatically added to so
the HUD can access them.
From the app
any
app
must have no windows at the time that this function is
called.
|
A |
Returns : |
A new |
HudActionPublisher * hud_gtk_manager_get_publisher (,
HudGtkManager *manager);
GVariant *id
Finds or creates a publisher for the specific id
. This can be used to add descriptions on the publisher
or additional action groups as needed.
|
A |
|
ID of the item to find the publisher for |
Returns : |
A |