udisks
udisks copied to clipboard
docs: Missing deprecated symbols
trafficstars
C symbols that are marked as deprecated are missing from the documentation. The C headers look sane, deprecated symbols are there and properly annotated.
For example the UDisksManager section is missing the udisks_manager_call_enable_modules() symbols and udisks_manager_call_enable_module() is wrongly marked as deprecated instead. The org.freedesktop.UDisks2.Manager D-Bus API section is correct on the other hand. Thee source doc/udisks2-sections.txt.in.in is also correct.
Same issue with VDO module C function symbols (signals and structs are there though).