tests: Don't leak profiles and test that
We finalize the theme first so the last reference is dropped when finalizing the profiles.
View Articlefeedback-profile: Don't leak json array when serializing profile
json_array_add_element doesn't transfer ownership
View Articlefeedback-theme: Don't leak json array when serializing profile
json_array_add_element doesn't transfer ownership.
View ArticleMerge branch 'fixes' into 'main'
Fix crash exposed by glib 2.76 Closes #69 See merge request !109
View ArticleMerge branch 'rel-0.1.1' into 'main'
Document changes and release 0.1.1 See merge request !110
View Articledebian/symbols: Bump all symbol dependencies to 0.1.1
We want to make sure apps run against a recent version even on partial upgrades.
View Articlelfb-event: Avoid allocation when getting profile
We can return the const *. This makes it consistent with other getters. This is an API change we didn't find any users and the API is declared unstable.
View Articlelfb-event: Add getter and setter for app-id
For applications this is figured out automatically but notification daemons and portal implementations might want to override it to have the per-app feedback profile picked up automatically.
View Articletreewide: Drop superfluous '()' after functions in doc strings
Otherwise we have that doubled in the docs
View Article