On 10/05/21 13:28, Vladimir Sementsov-Ogievskiy wrote:
Could we instead add a c file and add the structure private? Then we'll have progress_new() and progress_free() APIs instead.This way, it would be a lot simpler to control that nobady use structure fields directly.
I don't know... I prefer embedding structs to heap allocation. Paolo