Struct

AstalPowerProfilesProfile

Description

struct AstalPowerProfilesProfile {
  gchar* profile;
  gchar* cpu_driver;
  gchar* platform_driver;
  gchar* driver;
}

No description available.

Structure members
profile: gchar*

Will be one of: - “power-saver” (battery saving profile) - “balanced” (the default profile) - ” performance” (a profile that does not care about noise or battery consumption).

cpu_driver: gchar*

No description available.

platform_driver: gchar*

No description available.

driver: gchar*

Identifies the power-profiles-daemon backend code used to implement the profile.