Add GPowerProfileMonitor

This commit is contained in:
Patrick Griffis
2021-07-20 16:04:31 -05:00
committed by Bastien Nocera
parent 92399e7114
commit 889bdb994f
12 changed files with 587 additions and 0 deletions

View File

@@ -238,6 +238,7 @@
<xi:include href="xml/gmenuexporter.xml"/>
<xi:include href="xml/gdbusmenumodel.xml"/>
<xi:include href="xml/gnotification.xml"/>
<xi:include href="xml/gpowerprofilemonitor.xml"/>
</chapter>
<chapter id="extending">
<title>Extending GIO</title>

View File

@@ -4247,6 +4247,24 @@ G_NETWORK_MONITOR_GET_INTERFACE
g_network_connectivity_get_type
</SECTION>
<SECTION>
<FILE>gpowerprofilemonitor</FILE>
<TITLE>GPowerProfileMonitor</TITLE>
GPowerProfileMonitor
GPowerProfileMonitorInterface
G_POWER_PROFILE_MONITOR_EXTENSION_POINT_NAME
g_power_profile_monitor_dup_default
g_power_profile_monitor_get_power_saver_enabled
<SUBSECTION Standard>
g_power_profile_monitor_get_type
G_TYPE_POWER_PROFILE_MONITOR
G_POWER_PROFILE_MONITOR
G_IS_POWER_PROFILE_MONITOR
G_POWER_PROFILE_MONITOR_GET_INTERFACE
G_TYPE_POWER_PROFILE_LEVEL
g_power_profile_level_get_type
</SECTION>
<SECTION>
<FILE>gmenuexporter</FILE>
g_dbus_connection_export_menu_model

View File

@@ -65,6 +65,7 @@ if get_option('gtk_doc')
'gopenuriportal.h',
'gpollfilemonitor.h',
'gportalsupport.h',
'gpowerprofilemonitordbus.h',
'gproxyresolverportal.h',
'gregistrysettingsbackend.h',
'gresourcefile.h',