Constants
GFlags ╰── PpdProfile
const char * ppd_profile_to_str (PpdProfile profile);
PpdProfile profile
PpdProfile ppd_profile_from_str (const char *str);
const char *str
gboolean ppd_profile_has_single_flag (PpdProfile profile);
The different profiles available for users to select.
PPD_PROFILE_POWER_SAVER
"power-saver", the battery saving profile
PPD_PROFILE_BALANCED
balanced, the default profile
PPD_PROFILE_PERFORMANCE
as fast as possible, a profile that does not care about noise or battery consumption, only available on some systems.
#define PPD_PROFILE_ALL (PPD_PROFILE_BALANCED | PPD_PROFILE_POWER_SAVER | PPD_PROFILE_PERFORMANCE)
#define PPD_PROFILE_UNSET (0)