![]() |
![]() |
![]() |
![]() |
Chafa supports a few platform-specific acceleration features. These will be built in and used automatically when available. You can get information about the available features through the function calls documented in this section.
ChafaFeatures
chafa_get_builtin_features (void
);
Gets a list of the platform-specific features this library was built with.
ChafaFeatures
chafa_get_supported_features (void
);
Gets a list of the platform-specific features that are built in and usable on the runtime platform.
gchar *
chafa_describe_features (ChafaFeatures features
);
Takes a set of flags potentially returned from chafa_get_builtin_features()
or chafa_get_supported_features()
and generates a human-readable ASCII
string descriptor.