libnotify4d.notification

Undocumented in source.

Members

Aliases

NotifyActionCallback
alias NotifyActionCallback = void function(NotifyNotification* notification, char* action, gpointer user_data)

NotifyActionCallback: @notification: @action: @user_data:

Classes

Notification
class Notification
Undocumented in source.

Enums

NotifyUrgency
enum NotifyUrgency

NotifyUrgency: @NOTIFY_URGENCY_LOW: Low urgency. Used for unimportant notifications. @NOTIFY_URGENCY_NORMAL: Normal urgency. Used for most standard notifications. @NOTIFY_URGENCY_CRITICAL: Critical urgency. Used for very important notifications.

Functions

NOTIFY_ACTION_CALLBACK
NotifyActionCallback NOTIFY_ACTION_CALLBACK(F func)
notify_notification_add_action
void notify_notification_add_action(NotifyNotification* notification, char* action, char* label, NotifyActionCallback callback, gpointer user_data, GFreeFunc free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
notify_notification_clear_actions
void notify_notification_clear_actions(NotifyNotification* notification)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
notify_notification_clear_hints
void notify_notification_clear_hints(NotifyNotification* notification)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
notify_notification_close
gboolean notify_notification_close(NotifyNotification* notification, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
notify_notification_get_closed_reason
gint notify_notification_get_closed_reason(NotifyNotification* notification)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
notify_notification_new
NotifyNotification* notify_notification_new(char* summary, char* _body, char* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
notify_notification_set_app_name
void notify_notification_set_app_name(NotifyNotification* notification, char* app_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
notify_notification_set_category
void notify_notification_set_category(NotifyNotification* notification, char* category)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
notify_notification_set_hint
void notify_notification_set_hint(NotifyNotification* notification, char* key, GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
notify_notification_set_timeout
void notify_notification_set_timeout(NotifyNotification* notification, gint timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
notify_notification_set_urgency
void notify_notification_set_urgency(NotifyNotification* notification, NotifyUrgency urgency)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
notify_notification_show
gboolean notify_notification_show(NotifyNotification* notification, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
notify_notification_update
gboolean notify_notification_update(NotifyNotification* notification, char* summary, char* _body, char* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

NotifyNotification
struct NotifyNotification
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NotifyNotificationClass
struct NotifyNotificationClass
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NotifyNotificationPrivate
struct NotifyNotificationPrivate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta