[Github-comments] [geany/geany] Remove deprecated symbols from plugindata.h (PR #3072)
xiota
notifications at xxxxx
Thu Dec 30 10:45:06 UTC 2021
This PR removes remaining deprecated symbols from `plugindata.h`. (See #3019 for overview of currently deprecated symbols.)
* GeanyFunctions
* GeanyKeyGroupInfo
* PluginFields
* PluginFlags
* PLUGIN_KEY_GROUP
* document_reload_file
* DOC_IDX(doc_ptr)
* DOC_IDX_VALID(doc_idx)
* GEANY_WINDOW_MINIMAL_HEIGHT
* GEANY_WINDOW_MINIMAL_WIDTH
The multiterm plugin, which currently doesn't compile because of GTK2-related dependencies, refers to the following symbols: PluginFlags, PluginFields, document_reload_file
The other symbols removed in this PR are not used by any known plugins.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3072
-- Commit Summary --
* Remove deprecated symbols: plugindata.h
-- File Changes --
M src/plugindata.h (73)
M src/pluginprivate.h (1)
M src/plugins.c (49)
-- Patch Links --
https://github.com/geany/geany/pull/3072.patch
https://github.com/geany/geany/pull/3072.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3072
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3072 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211230/63094fd9/attachment.htm>
More information about the Github-comments
mailing list