Re: [gtkmm] Re: [sigc] Imminent libsigc++ 1.2 API freeze



> So everybody thinks that libsigc++ 1.2 is perfect? No problems? Ready
> for API freeze?

I suggest to add one more binder for such usage:

bool Foo::foo();
void Bar::bar(SigC::Slot0<void>);

...
  bar_obj->bar(SigC::bind_no_return(SigC::slot(foo_obj, &Foo::foo)));
...

I think it would be quite useful

Jarek



----------------------------------------------------------------------
Zanim zaczniesz swoj dzien... >>> http://link.interia.pl/f1628





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]