[Github-comments] [geany/geany] Stash Settings: Add double key type (PR #3004)

Thomas Martitz notifications at xxxxx
Wed Nov 17 07:28:57 UTC 2021


OK. So I did the change in a way that the union is only internally used and not exposed to users of the stash system.

Users call type-specific functions already, which is fine. stash_group_add_widget_property() is an exception because widget properties can be anything as well. I did not want to change that function yet. One could go and make a switch/case on the type in order to fill the union properly (again, the function signature doesn't need changing and it would be hard to do as the API is already exported).

-- 
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/3004#issuecomment-971309516
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211116/3f711962/attachment.htm>


More information about the Github-comments mailing list