Mention some replacements for deprecated widgets.
authorClaudio Saavedra <csaavedra@igalia.com>
Wed, 6 May 2009 12:13:42 +0000 (15:13 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Wed, 6 May 2009 14:04:14 +0000 (17:04 +0300)
* hildon/hildon-bread-crumb-trail.c:
* hildon/hildon-bread-crumb.c:
* hildon/hildon-seekbar.c:
Add reference to replacements for these deprecated widgets.

Fixes: MB#4461 (Documentation: All deprecations should mention
replacements)

ChangeLog
hildon/hildon-bread-crumb-trail.c
hildon/hildon-bread-crumb.c
hildon/hildon-seekbar.c

index 27c3f12..d5b89c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-05-06  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-bread-crumb-trail.c:
+       * hildon/hildon-bread-crumb.c:
+       * hildon/hildon-seekbar.c:
+       Add reference to replacements for these deprecated widgets.
+
+       Fixes: MB#4461 (Documentation: All deprecations should mention
+       replacements)
+
 2009-05-06 Alejandro Pinheiro <apinheiro@igalia.com>
 
        * examples/hildon-remote-texture-example.c
index 5ed23e0..6639136 100644 (file)
  * It has built-in support for text and icon bread crumbs, but the trail only requires a very
  * simple interface to be implemented for its children and thus new types of items can be
  * implemented if needed. See #HildonBreadCrumb for more details.
+ *
+ * #HildonBreadCrumbTrail is deprecated since hildon 2.2. You should instead use
+ * #HildonStackableWindow to represent hierarchical structure in
+ * applications.
  */
 
 #undef HILDON_DISABLE_DEPRECATED
index e9bc4f0..d59bddf 100644 (file)
  *
  * #HildonBreadCrumb is an interface for creating new types of items
  * for the #HildonBreadCrumbTrail widget.
+ *
+ * #HildonBreadCrumb is deprecated since hildon 2.2. You should instead use
+ * #HildonStackableWindow to represent hierarchical structure in
+ * applications.
  */
 
 #undef HILDON_DISABLE_DEPRECATED
index 19c8351..de195fb 100644 (file)
@@ -32,6 +32,9 @@
  * stream/the amount currently downloaded).  The position is clamped
  * between zero and the total time, or zero and the fraction in case of
  * a stream.
+ *
+ * #HildonSeekbar has been deprecated since hildon 2.2. Use #GtkScale
+ * instead. See hildon_gtk_hscale_new() and hildon_gtk_vscale_new().
  */
 
 #undef                                          HILDON_DISABLE_DEPRECATED