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
9 G_BEGIN_DECLS
10
11/* enumerations from "notification.h" */
12
13
14GType notify_urgency_get_type (void);
15#define NOTIFY_TYPE_URGENCY (notify_urgency_get_type())
16
17
18GType notify_closed_reason_get_type (void);
19#define NOTIFY_TYPE_CLOSED_REASON (notify_closed_reason_get_type())
20
21G_END_DECLS
22
23/* Generated data ends here */
24
25