| 1 | |
|---|---|
| 2 | |
| 3 | |
| 4 | #ifndef _NOTIFY_ENUM_TYPES_H_ |
| 5 | #define _NOTIFY_ENUM_TYPES_H_ |
| 6 | |
| 7 | #include <glib-object.h> |
| 8 | |
| 9 | G_BEGIN_DECLS |
| 10 | /* enumerations from "notification.h" */ |
| 11 | GType notify_urgency_get_type(void); |
| 12 | #define NOTIFY_TYPE_URGENCY (notify_urgency_get_type()) |
| 13 | G_END_DECLS |
| 14 | |
| 15 | #endif /* _NOTIFY_ENUM_TYPES_H_ */ |
| 16 | |
| 17 | |
| 18 | |
| 19 |