|
Functions |
GType | alp_alert_get_type (void) |
AlpAlert * | alp_alert_new (gchar *source, gchar *name, gchar *handle) |
void | alp_alert_set_interface (AlpAlert *alert, gchar *interface) |
void | alp_alert_set_priority (AlpAlert *alert, guint priority) |
void | alp_alert_set_duration (AlpAlert *alert, guint duration) |
gchar * | alp_alert_get_interface (AlpAlert *alert) |
guint | alp_alert_get_priority (AlpAlert *alert) |
guint | alp_alert_get_duration (AlpAlert *alert) |
void | alp_alert_property_set_full (AlpAlert *alert, gchar *name, gchar *nick, GType type, gpointer data, guint size, AlpAlertPropertyDestroyNotify destroy_func) |
gpointer | alp_alert_property_get (AlpAlert *alert, const gchar *name, GType *type, guint *size) |
void | alp_alert_property_foreach (AlpAlert *alert, GFunc func, gpointer user_data) |
void | alp_alert_property_sort (AlpAlert *alert) |