diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2009-05-06 15:13:42 +0300 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2009-05-06 17:04:14 +0300 |
commit | 5a8feca278d36c838c3d2a887a68797883336235 (patch) | |
tree | 12998b977bc1e892af20c2ff62ce23ed3c749fcc /hildon/hildon-seekbar.c | |
parent | 51cf0ca0231449cbd5055627c1cb9f5f344be283 (diff) |
Mention some replacements for deprecated widgets.
* 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)
Diffstat (limited to 'hildon/hildon-seekbar.c')
-rw-r--r-- | hildon/hildon-seekbar.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hildon/hildon-seekbar.c b/hildon/hildon-seekbar.c index 19c8351..de195fb 100644 --- a/hildon/hildon-seekbar.c +++ b/hildon/hildon-seekbar.c @@ -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 |