Code review comment for lp:~nick-dedekind/dee-qt/glib-events

Revision history for this message
Michal Hruby (mhr3) wrote :

> Also, now that it's using an anonymous function, we can no longer disconnect
> from it. using g_object_disconnect. Would need to store the signal id and
> disconnect using g_signal_handler_disconnect for each connection.

No biggie, but there's still g_signal_handlers_disconnect_by_data() if you didn't want to keep the signal ids.

« Back to merge proposal