* add modest-signal-mgr, some small utility functions for gobject to
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Thu, 2 Aug 2007 13:35:22 +0000 (13:35 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Thu, 2 Aug 2007 13:35:22 +0000 (13:35 +0000)
commit962a3c1f9bcaafc1e281af544240d8bc8450239b
tree8da7d287e78b2d5d4d4a00c7699c06c687d3c212
parent9a1ac69017248d65568c6e7df3a22431d09b7639
* add modest-signal-mgr, some small utility functions for gobject to
  remember what g_signal_connects they did, and make sure they are all
  disconnected when you finalize the object; this was needed for a bugfix

pmo-trunk-r2909
src/Makefile.am
src/modest-signal-mgr.c [new file with mode: 0644]
src/modest-signal-mgr.h [new file with mode: 0644]