[Vala] connecting signals from GtkBuilder

2012-05-24 Thread D.H. Bahr
Hello everyone! I have an issue while trying to connect the signals from GtkBuilder object to my class' methods. This is roughly me code structure: //No namespace specified class MyClass { ... public MyClass () { builder = new Builder(); builder.add_objects_from_file(builder_file,

Re: [Vala] connecting signals from GtkBuilder

2012-05-24 Thread Luca Bruno
On Thu, May 24, 2012 at 7:33 PM, D.H. Bahr db...@uci.cu wrote: Hello everyone! I have an issue while trying to connect the signals from GtkBuilder object to my class' methods. This is roughly me code structure: //No namespace specified class MyClass { ... public MyClass () {