From 27b71e0143fc90a733fb59ccd957dc6958544c6e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 22 Oct 2010 11:51:03 +0100 Subject: [PATCH] recent-manager: Fix the documentation The default RecentManager is not destroyed at the end of the process. https://bugzilla.gnome.org/show_bug.cgi?id=602794 --- gtk/gtkrecentmanager.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/gtkrecentmanager.c b/gtk/gtkrecentmanager.c index a53b1b8092..3bc08c4572 100644 --- a/gtk/gtkrecentmanager.c +++ b/gtk/gtkrecentmanager.c @@ -687,8 +687,7 @@ gtk_recent_manager_new (void) * gtk_recent_manager_get_default: * * Gets a unique instance of #GtkRecentManager, that you can share - * in your application without caring about memory management. The - * returned instance will be freed when you application terminates. + * in your application without caring about memory management. * * Return value: (transfer none): A unique #GtkRecentManager. Do not ref or unref it. *