Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gpowerprofilemonitor.h File Reference
#include <gio/giotypes.h>

Go to the source code of this file.

Data Structures

struct  _GPowerProfileMonitorInterface
 

Macros

#define G_POWER_PROFILE_MONITOR_EXTENSION_POINT_NAME   "gio-power-profile-monitor"
 
#define G_TYPE_POWER_PROFILE_MONITOR   (g_power_profile_monitor_get_type ())
 
#define G_POWER_PROFILE_MONITOR(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_POWER_PROFILE_MONITOR, GPowerProfileMonitor))
 
#define G_IS_POWER_PROFILE_MONITOR(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_POWER_PROFILE_MONITOR))
 
#define G_POWER_PROFILE_MONITOR_GET_INTERFACE(o)   (G_TYPE_INSTANCE_GET_INTERFACE ((o), G_TYPE_POWER_PROFILE_MONITOR, GPowerProfileMonitorInterface))
 

Functions

GIO_AVAILABLE_IN_2_70 GPowerProfileMonitor * g_power_profile_monitor_dup_default (void)
 
GIO_AVAILABLE_IN_2_70 gboolean g_power_profile_monitor_get_power_saver_enabled (GPowerProfileMonitor *monitor)
 

Macro Definition Documentation

◆ G_IS_POWER_PROFILE_MONITOR

#define G_IS_POWER_PROFILE_MONITOR ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_POWER_PROFILE_MONITOR))

Definition at line 48 of file gpowerprofilemonitor.h.

◆ G_POWER_PROFILE_MONITOR

#define G_POWER_PROFILE_MONITOR ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_POWER_PROFILE_MONITOR, GPowerProfileMonitor))

Definition at line 47 of file gpowerprofilemonitor.h.

◆ G_POWER_PROFILE_MONITOR_EXTENSION_POINT_NAME

#define G_POWER_PROFILE_MONITOR_EXTENSION_POINT_NAME   "gio-power-profile-monitor"

G_POWER_PROFILE_MONITOR_EXTENSION_POINT_NAME:

Extension point for power profile usage monitoring functionality. See [Extending GIO][extending-gio].

Since: 2.70

Definition at line 41 of file gpowerprofilemonitor.h.

◆ G_POWER_PROFILE_MONITOR_GET_INTERFACE

#define G_POWER_PROFILE_MONITOR_GET_INTERFACE ( o)    (G_TYPE_INSTANCE_GET_INTERFACE ((o), G_TYPE_POWER_PROFILE_MONITOR, GPowerProfileMonitorInterface))

Definition at line 49 of file gpowerprofilemonitor.h.

◆ G_TYPE_POWER_PROFILE_MONITOR

#define G_TYPE_POWER_PROFILE_MONITOR   (g_power_profile_monitor_get_type ())

Definition at line 43 of file gpowerprofilemonitor.h.

Function Documentation

◆ g_power_profile_monitor_dup_default()

GIO_AVAILABLE_IN_2_70 GPowerProfileMonitor * g_power_profile_monitor_dup_default ( void )

◆ g_power_profile_monitor_get_power_saver_enabled()

GIO_AVAILABLE_IN_2_70 gboolean g_power_profile_monitor_get_power_saver_enabled ( GPowerProfileMonitor * monitor)