22#ifndef __G_POWER_PROFILE_MONITOR_H__
23#define __G_POWER_PROFILE_MONITOR_H__
25#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
26#error "Only <gio/gio.h> can be included directly."
41#define G_POWER_PROFILE_MONITOR_EXTENSION_POINT_NAME "gio-power-profile-monitor"
43#define G_TYPE_POWER_PROFILE_MONITOR (g_power_profile_monitor_get_type ())
47#define G_POWER_PROFILE_MONITOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_POWER_PROFILE_MONITOR, GPowerProfileMonitor))
48#define G_IS_POWER_PROFILE_MONITOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_POWER_PROFILE_MONITOR))
49#define G_POWER_PROFILE_MONITOR_GET_INTERFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), G_TYPE_POWER_PROFILE_MONITOR, GPowerProfileMonitorInterface))
#define GIO_AVAILABLE_IN_2_70
GIO_AVAILABLE_IN_2_70 gboolean g_power_profile_monitor_get_power_saver_enabled(GPowerProfileMonitor *monitor)
GIO_AVAILABLE_IN_2_70 GPowerProfileMonitor * g_power_profile_monitor_dup_default(void)
#define G_DECLARE_INTERFACE(ModuleObjName, module_obj_name, MODULE, OBJ_NAME, PrerequisiteName)