After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 562655 - doesn't produce deprecation note for signals
doesn't produce deprecation note for signals
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: 1.12
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-29 06:37 UTC by Matthias Clasen
Modified: 2008-12-01 11:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2008-11-29 06:37:05 UTC
See e.g. GtkButton::enter. The docs say

  /**
   * GtkButton::enter:
   * @button: the object that received the signal
   *
   * Emitted when the pointer enters the button.
   * 
   * Deprecated: 2.8: Use the #GtkWidget::enter-notify-event signal.
   */

But  http://library.gnome.org/devel/gtk/stable/GtkButton.html#GtkButton-enter  shows no trace of it.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2008-12-01 09:57:31 UTC
Same seems true for properties. I am looking into it.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2008-12-01 11:58:02 UTC
2008-12-01  Stefan Kost  <ensonic@users.sf.net>

	* gtkdoc-mkdb.in:
	  Add deprecation warnings for signals and properties. Also reuse code
	  for since and stability levels there. Fixes #562655.

	* tests/gobject/src/gobject.c:
	  Add testcase for #562655.