Same as #931 but using a typedef. Also, there's no conflict. @kugel- I fixed the GtkDoc header generation script not to break if a typedef type contains a reference. However, will the alias `filetype_id` confuse GIR or not? You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/932 -- Commit Summary -- * Replace filetype_id with GeanyFiletypeID * Deprecate filetype_id in favor of GeanyFiletypeID * Fix GtkDoc header generation script to handle references inside typedef -- File Changes -- M scripts/gen-api-gtkdoc.py (2) M src/filetypes.c (8) M src/filetypes.h (5) M src/symbols.c (8) -- Patch Links -- https://github.com/geany/geany/pull/932.patch https://github.com/geany/geany/pull/932.diff --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/932
