Error in documentation

There is an error in the documentation for Gtk.Widget::key-press-event: the event parameter is a pointer, but in the documentation appears as passed by value Gtk.Widget::key-press-event . I’m not sure how to fix this in the source code.

Yes, it’s a known issue: signals do not really have a C type in the introspection data, as everything is passed by GValue; this means that the C signature has to be inferred from the GType and some heuristics.

I plan to work on this, but help is also welcome.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.