Functions
UnityWebappsIndicatorCallback ()
void
(*UnityWebappsIndicatorCallback) (UnityWebappsContext *context
,
gpointer user_data
);
unity_webapps_indicator_clear_indicator ()
void
unity_webapps_indicator_clear_indicator
(UnityWebappsContext *context
,
const gchar *name
);
unity_webapps_indicator_get_presence ()
gchar *
unity_webapps_indicator_get_presence (UnityWebappsContext *context
);
unity_webapps_indicator_set_property ()
void
unity_webapps_indicator_set_property (UnityWebappsContext *context
,
const gchar *name
,
const gchar *property
,
const gchar *value
);
unity_webapps_indicator_set_property_icon ()
void
unity_webapps_indicator_set_property_icon
(UnityWebappsContext *context
,
const gchar *name
,
const gchar *property
,
const gchar *icon_url
);
unity_webapps_indicator_show_indicator ()
void
unity_webapps_indicator_show_indicator
(UnityWebappsContext *context
,
const gchar *name
);