mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 22:03:29 +02:00
Add GPowerProfileMonitor
This commit is contained in:
committed by
Bastien Nocera
parent
92399e7114
commit
889bdb994f
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -65,6 +65,7 @@ if get_option('gtk_doc')
|
||||
'gopenuriportal.h',
|
||||
'gpollfilemonitor.h',
|
||||
'gportalsupport.h',
|
||||
'gpowerprofilemonitordbus.h',
|
||||
'gproxyresolverportal.h',
|
||||
'gregistrysettingsbackend.h',
|
||||
'gresourcefile.h',
|
||||
|
Reference in New Issue
Block a user