[Gtk-sharp-list] wrapping signal handlers

Edd Dumbill edd@usefulinc.com
Sat, 31 Jan 2004 03:08:19 +0000


Sorry, answering my own question here.  Turned out I had

GType btctl_controller_get_type()
{

instead of

GType
btctl_controller_get_type()
{


in my C file.

-- Edd