Hi
I think I need to access the g_ methods directly within my app, in particular the g_signal stuff
eg:
where $vtype is a widget
$vtype->signal_list_ids;
$vtype->signal_lookup('changed');
The Gtk3 docs seem to imply that this should work, but obviously I am doing something wrong