Add G_SIGNAL_DEPRECATED
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Mon, 7 Nov 2011 19:04:15 +0000 (20:04 +0100)
committerMarc-André Lureau <marcandre.lureau@gmail.com>
Mon, 7 Nov 2011 22:12:45 +0000 (23:12 +0100)
commitfb95c20c965bc241fc9d519afede94d3bc7838a8
treec1c299ec2e928f7bbac36fdd2b6b5dedb90805ad
parentf09e71aff05bfa07e58c68b2dd8396ed760e4666
Add G_SIGNAL_DEPRECATED

Similar to G_PARAM_DEPRECATED. It will warn only for users of the
signals, so a signal can still be emited without warning, for
compatibility reasons.

Apparently, there is no way user flags could have been used before,
so that shouldn't break anyone.

https://bugzilla.gnome.org/show_bug.cgi?id=663581
gobject/gobject.c
gobject/gsignal.c
gobject/gsignal.h