[gtk+/gtk-2-22] docs: Fix GtkRecentManager:limit annotation
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-22] docs: Fix GtkRecentManager:limit annotation
- Date: Thu, 15 Jul 2010 08:57:07 +0000 (UTC)
commit 81321b7d55cf9891bfbe45db3270957408f907f4
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Jul 15 09:55:49 2010 +0100
docs: Fix GtkRecentManager:limit annotation
Fix a typo in the name that prevented cross-linking, and remove the
redundant deprecation text (which is added by gtk-doc by default).
gtk/gtkrecentmanager.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gtk/gtkrecentmanager.c b/gtk/gtkrecentmanager.c
index b9d0666..b1b1e25 100644
--- a/gtk/gtkrecentmanager.c
+++ b/gtk/gtkrecentmanager.c
@@ -224,9 +224,9 @@ gtk_recent_manager_class_init (GtkRecentManagerClass *klass)
* Since: 2.10
*
* Deprecated: 2.22: Setting this property does not have any effect.
- * #GtkRecenManager:limit property is deprecated. The length of
- * the list should be managed by the view (implementing
+ * The length of the list should be managed by the view (implementing
* #GtkRecentChooser), and not by the model (the #GtkRecentManager).
+ * See #GtkRecentChooser:limit.
*/
g_object_class_install_property (gobject_class,
PROP_LIMIT,
@@ -708,9 +708,9 @@ gtk_recent_manager_set_screen (GtkRecentManager *manager,
*
* Since: 2.10
*
- * Deprecated: 2.22: #GtkRecenManager:limit property is deprecated. The
- * length of the list should be managed by the view (implementing
- * #GtkRecentChooser), and not by the model (the #GtkRecentManager).
+ * Deprecated: 2.22: The length of the list should be managed by the
+ * view (implementing #GtkRecentChooser), and not by the model (the
+ * #GtkRecentManager). See #GtkRecentChooser:limit.
*/
void
gtk_recent_manager_set_limit (GtkRecentManager *manager,
@@ -735,9 +735,9 @@ gtk_recent_manager_set_limit (GtkRecentManager *manager,
*
* Since: 2.10
*
- * Deprecated: 2.22: #GtkRecenManager:limit property is deprecated. The
- * length of the list should be managed by the view (implementing
- * #GtkRecentChooser), and not by the model (the #GtkRecentManager).
+ * Deprecated: 2.22: The length of the list should be managed by the
+ * view (implementing #GtkRecentChooser), and not by the model (the
+ * #GtkRecentManager). See #GtkRecentChooser:limit.
*/
gint
gtk_recent_manager_get_limit (GtkRecentManager *manager)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]