Skip to content

Include gtk/gtk-a11y.h in introspection file.

Ghost User requested to merge (removed):gi-a11y into master

The gir XML file contains description of types and functions from gtk/gtk-a11y.h. Indicate that this header should be included in addition to gtk/gtk.h in applications written in C. #56 (closed)

This essentially adds following line in generated gir:

  <c:include name="gtk/gtk-a11y.h"/>

Merge request reports