Skip to content

Gtk Templates: support connectObj argument

Andy Holmes requested to merge andyholmes/gjs:template-support-connectobj into master

This allows a template file to define object in signal handlers which will be passed to Function.prototype.bind() when connecting a handler.

Edited by Andy Holmes

Merge request reports