aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-notify-manager.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed the non standard notification capabilities from the listNicolò Chieffo2010-03-251-4/+0
|
* change 'capa' to 'cap'Guillaume Desmottes2009-11-131-18/+18
|
* change empathy_notification_is_enabled to ↵Guillaume Desmottes2009-11-131-1/+2
| | | | | | | empathy_notify_manager_notification_is_enabled Making it a method of EmpathyNotifyManager would allow us to cache the gconf values if we want to.
* change empathy_misc_get_pixbuf_for_notification to ↵Guillaume Desmottes2009-11-131-2/+4
| | | | | | | | empathy_notify_manager_get_pixbuf_for_notification Making this function a method of EmpathyNotifyManager would allow us to tweak the size of the icon depending on the notifications server as suggested in bug 588054.
* move empathy-misc to empathy-notify-managerGuillaume Desmottes2009-11-131-0/+14
| | | | All its code was related to notifications.
* define constants for notify capabilitiesGuillaume Desmottes2009-11-131-0/+19
|
* add empathy_notify_manager_has_capabilityGuillaume Desmottes2009-11-131-0/+3
|
* add stub EmpathyNotifyManager (#601691)Guillaume Desmottes2009-11-131-0/+56