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:
  Show dependency tree
 
Reported: 2008-11-29 06:37 UTC by Matthias Clasen
Modified: 2008-12-01 11:58 UTC (History)
1 user (show)

See Also:
GNOME target: ---
GNOME version: ---


Attachments

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.


Note You need to log in before you can comment on or make changes to this bug.