seed-signals: allow notify:: signals
authorDiego Escalante Urrelo <descalante@igalia.com>
Wed, 17 Feb 2010 22:04:54 +0000 (17:04 -0500)
committerTim Horton <hortont424@gmail.com>
Thu, 18 Feb 2010 23:02:59 +0000 (18:02 -0500)
commit9ff411c674f47b3464777993db4ca6976b94234c
treef98963c282e3ff42915bfd2d908ba3a9c49fc557
parenta042207f17caa1d3d5926d11e29cffbb85346cf8
seed-signals: allow notify:: signals

g_signal_query/g_signal_lookup don't recognize notify::x signal names,
they do recognize notify signal of course. Take this into account and
enable connecting to notify::x signals like shown by documentation.
Also add a SeedException when signal name is not valid instead of just
returning NULL.

Bug #610311
libseed/seed-signals.c