| 1 | |
| 2 | /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ |
| 3 | |
| 4 | #pragma once |
| 5 | |
| 6 | #include <glib-object.h> |
| 7 | |
| 8 | G_BEGIN_DECLS |
| 9 | |
| 10 | /* enumerations from "notification.h" */ |
| 11 | |
| 12 | GType notify_urgency_get_type (void); |
| 13 | #define NOTIFY_TYPE_URGENCY (notify_urgency_get_type()) |
| 14 | |
| 15 | GType notify_closed_reason_get_type (void); |
| 16 | #define NOTIFY_TYPE_CLOSED_REASON (notify_closed_reason_get_type()) |
| 17 | |
| 18 | G_END_DECLS |
| 19 | |
| 20 | /* Generated data ends here */ |
| 21 | |
| 22 | |