[Github-comments] [geany/geany] Modify/Extend Stash Settings API (PR #3000)
xiota
notifications at xxxxx
Mon Nov 15 09:54:45 UTC 2021
Over-ride example:
```C++
StashGroup *group = stash_group_get_group("geany", "interface");
StashPref *pref =
stash_group_get_pref_by_name(group, "warn_on_project_close");
if (group && pref) {
stash_group_pref_set_override(pref, (gpointer) true);
}
stash_group_pref_unset_override(pref);
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3000#issuecomment-968718838
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211115/0da6cfe0/attachment.htm>
More information about the Github-comments
mailing list