Go to the source code of this file.
|
GIO_AVAILABLE_IN_2_40 GType | g_notification_get_type (void) G_GNUC_CONST |
|
GIO_AVAILABLE_IN_2_40 GNotification * | g_notification_new (const gchar *title) |
|
GIO_AVAILABLE_IN_2_40 void | g_notification_set_title (GNotification *notification, const gchar *title) |
|
GIO_AVAILABLE_IN_2_40 void | g_notification_set_body (GNotification *notification, const gchar *body) |
|
GIO_AVAILABLE_IN_2_40 void | g_notification_set_icon (GNotification *notification, GIcon *icon) |
|
void | g_notification_set_urgent (GNotification *notification, gboolean urgent) |
|
GIO_AVAILABLE_IN_2_42 void | g_notification_set_priority (GNotification *notification, GNotificationPriority priority) |
|
GIO_AVAILABLE_IN_2_70 void | g_notification_set_category (GNotification *notification, const gchar *category) |
|
GIO_AVAILABLE_IN_2_40 void | g_notification_add_button (GNotification *notification, const gchar *label, const gchar *detailed_action) |
|
GIO_AVAILABLE_IN_2_40 void | g_notification_add_button_with_target (GNotification *notification, const gchar *label, const gchar *action, const gchar *target_format,...) |
|
GIO_AVAILABLE_IN_2_40 void | g_notification_add_button_with_target_value (GNotification *notification, const gchar *label, const gchar *action, GVariant *target) |
|
GIO_AVAILABLE_IN_2_40 void | g_notification_set_default_action (GNotification *notification, const gchar *detailed_action) |
|
GIO_AVAILABLE_IN_2_40 void | g_notification_set_default_action_and_target (GNotification *notification, const gchar *action, const gchar *target_format,...) |
|
GIO_AVAILABLE_IN_2_40 void | g_notification_set_default_action_and_target_value (GNotification *notification, const gchar *action, GVariant *target) |
|
◆ G_IS_NOTIFICATION
◆ G_NOTIFICATION
◆ G_TYPE_NOTIFICATION
◆ g_notification_add_button()
◆ g_notification_add_button_with_target()
◆ g_notification_add_button_with_target_value()
◆ g_notification_get_type()
◆ g_notification_new()
◆ g_notification_set_body()
◆ g_notification_set_category()
◆ g_notification_set_default_action()
◆ g_notification_set_default_action_and_target()
◆ g_notification_set_default_action_and_target_value()
◆ g_notification_set_icon()
◆ g_notification_set_priority()
◆ g_notification_set_title()
◆ g_notification_set_urgent()