Create a proxy for a signal that can be emitted by obj.
- Parameters:
-
| obj | The object that can emit the signal. |
| info | Information about the signal, including its name, and the C callbacks that should be called by glib. |
Definition at line 43 of file signalproxy.cc.
:
SignalProxyBase (obj),
info_ (info)
{}