Notification

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string summary, string _body, string icon)
Undocumented in source.
this
this(string summary, string _body)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addAction
void addAction(string action, string label, CallBack callback, T* user_data, GFreeFunc free_func)
Undocumented in source. Be warned that the author may not have intended to support it.
addAction
void addAction(string label, CallBack callback, T* user_data, GFreeFunc free_func)
Undocumented in source. Be warned that the author may not have intended to support it.
clearActions
void clearActions()
Undocumented in source. Be warned that the author may not have intended to support it.
clearHints
void clearHints()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
getClosedReason
int getClosedReason()
Undocumented in source. Be warned that the author may not have intended to support it.
setAppName
void setAppName(string app_name)
Undocumented in source. Be warned that the author may not have intended to support it.
setCategory
void setCategory(string category)
Undocumented in source. Be warned that the author may not have intended to support it.
setHint
void setHint(string key, GVariant* value)
Undocumented in source. Be warned that the author may not have intended to support it.
setSummary
void setSummary(string summary)
Undocumented in source. Be warned that the author may not have intended to support it.
setTimeout
void setTimeout(int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
setUrgency
void setUrgency(NotifyUrgency urgency)
Undocumented in source. Be warned that the author may not have intended to support it.
show
void show()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(string summary, string _body, string icon)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

notificationNew
NotifyNotification* notificationNew(string summary, string _body, string icon)
_body
string _body;
icon
string icon;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

loop
GMainLoop* loop;
Undocumented in source.
notification
NotifyNotification* notification;
Undocumented in source.
summary
string summary;
Undocumented in source.
timeout
int timeout;
Undocumented in source.
timeout_added
bool timeout_added;
Undocumented in source.

Meta