Skip to content

gio/file: add constructor annotations

François Laignel requested to merge fengalin/glib:gio-file-constructors into master

Working on the Rust bindings, we noticed that the functions which create a File were identified as "function"s instead of "constructor"s in Gio-2.0.gir.

Merge request reports