aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-notify-manager.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-29 16:07:01 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-02 06:04:22 +0800
commitaaf4798dd5eb270c95964441cf29768e580ef80b (patch)
tree44bbbd1bfd1fc193385faf2c7f5eb454db46a42c /libempathy-gtk/empathy-notify-manager.h
parentdfc65cb90ac55e7b84a4213356dbaec9a6ec6b9a (diff)
downloadgsoc2013-empathy-aaf4798dd5eb270c95964441cf29768e580ef80b.tar
gsoc2013-empathy-aaf4798dd5eb270c95964441cf29768e580ef80b.tar.gz
gsoc2013-empathy-aaf4798dd5eb270c95964441cf29768e580ef80b.tar.bz2
gsoc2013-empathy-aaf4798dd5eb270c95964441cf29768e580ef80b.tar.lz
gsoc2013-empathy-aaf4798dd5eb270c95964441cf29768e580ef80b.tar.xz
gsoc2013-empathy-aaf4798dd5eb270c95964441cf29768e580ef80b.tar.zst
gsoc2013-empathy-aaf4798dd5eb270c95964441cf29768e580ef80b.zip
set a category on chat related notifications
That can be used by the Shell to filter out notifications it's handling itself directly (#645932).
Diffstat (limited to 'libempathy-gtk/empathy-notify-manager.h')
-rw-r--r--libempathy-gtk/empathy-notify-manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-notify-manager.h b/libempathy-gtk/empathy-notify-manager.h
index f7c5e4c5a..dd7565c9f 100644
--- a/libempathy-gtk/empathy-notify-manager.h
+++ b/libempathy-gtk/empathy-notify-manager.h
@@ -32,6 +32,7 @@ G_BEGIN_DECLS
#define EMPATHY_NOTIFY_MANAGER_CAP_BODY_HYPERLINKS "body-hyperlinks"
#define EMPATHY_NOTIFY_MANAGER_CAP_BODY_IMAGES "body-images"
#define EMPATHY_NOTIFY_MANAGER_CAP_BODY_MARKUP "body-markup"
+#define EMPATHY_NOTIFY_MANAGER_CAP_CATEGORY "category"
#define EMPATHY_NOTIFY_MANAGER_CAP_ICON_MULTI "icon-multi"
#define EMPATHY_NOTIFY_MANAGER_CAP_ICON_STATIC "icon-static"
#define EMPATHY_NOTIFY_MANAGER_CAP_IMAGE_SVG_XML "image/svg+xml"