GtkBinding: this seems a hack to me

2006-07-07 Thread Mardy
Hi all! I have registered in a widget of mine a signal of type action to be activated by a key binding. I declared a gboolean return type for my signal, but now I realize this was a mistake: in gtkbinding.c the boolean return value for signals is handled in a special way, which causes the

Re: GtkBinding: this seems a hack to me

2006-07-07 Thread Owen Taylor
On Fri, 2006-07-07 at 12:45 +0200, Mardy wrote: Hi all! I have registered in a widget of mine a signal of type action to be activated by a key binding. I declared a gboolean return type for my signal, but now I realize this was a mistake: in gtkbinding.c the boolean return value for signals