file
settings.hZrythm settings.
Contents
- Reference
Functions
- auto settings_new(void) -> Settings*
- Initializes settings.
- void settings_reset_to_factory(int confirm, int exit_on_finish)
- Resets settings to defaults.
- void settings_print(int pretty_print)
- Prints the current settings.
- auto settings_strv_contains_str(GSettings* settings, const char* key, const char* val) -> NONNULL bool
- Returns whether the "as" key contains the given string.
- auto settings_append_to_strv(GSettings* settings, const char* key, const char* val, bool ignore_if_duplicate) -> NONNULL void
- Appends the given string to a key of type "as".
- void settings_free(Settings* self)
- Frees settings.