diff options
Diffstat (limited to 'src/empathy-misc.h')
-rw-r--r-- | src/empathy-misc.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/empathy-misc.h b/src/empathy-misc.h index 6bc3e2b27..cc407b4ba 100644 --- a/src/empathy-misc.h +++ b/src/empathy-misc.h @@ -28,6 +28,15 @@ G_BEGIN_DECLS +/* FIXME: this should *really* belong to libnotify. */ +typedef enum { + NOTIFICATION_CLOSED_INVALID = 0, + NOTIFICATION_CLOSED_EXPIRED = 1, + NOTIFICATION_CLOSED_DISMISSED = 2, + NOTIFICATION_CLOSED_PROGRAMMATICALY = 3, + NOTIFICATION_CLOSED_RESERVED = 4 +} NotificationClosedReason; + gboolean empathy_notification_is_enabled (void); G_END_DECLS |