From 81321b7d55cf9891bfbe45db3270957408f907f4 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 15 Jul 2010 09:55:49 +0100 Subject: [PATCH] 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 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gtk/gtkrecentmanager.c b/gtk/gtkrecentmanager.c index b9d0666a89..b1b1e25097 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)