Skip to content

gibaseinfo: Rename gi_info_new() to gi_base_info_new()

Philip Withnall requested to merge pwithnall/glib:gi-info-new into main

It’s actually a factory method rather than a constructor, since GIBaseInfo is abstract, but despite that, changing the name so it sits inside the GIBaseInfo class makes sense. There is no GIInfo type.

Signed-off-by: Philip Withnall pwithnall@gnome.org

Helps: #3155 (closed)

Merge request reports