ecf7246d13b4a0abc40ed2b9fae9e14479fe9ad4
[platform/upstream/glib.git] / gio / gpowerprofilemonitordbus.h
1 /* GIO - GLib Input, Output and Streaming Library
2  *
3  * Copyright 2019 Red Hat, Inc.
4  * Copyright 2021 Igalia S.L.
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General
17  * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
18  */
19
20 #ifndef __G_POWER_PROFILE_MONITOR_DBUS_H__
21 #define __G_POWER_PROFILE_MONITOR_DBUS_H__
22
23 #include <glib-object.h>
24
25 G_BEGIN_DECLS
26
27 #define G_TYPE_POWER_PROFILE_MONITOR_DBUS         (g_power_profile_monitor_dbus_get_type ())
28 G_DECLARE_FINAL_TYPE (GPowerProfileMonitorDBus, g_power_profile_monitor_dbus, G, POWER_PROFILE_MONITOR_DBUS, GObject)
29
30 G_END_DECLS
31
32 #endif /* __G_POWER_PROFILE_MONITOR_DBUS_H__ */