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
This commit is contained in:
Emmanuele Bassi 2010-10-22 11:51:03 +01:00
parent 03fc0dd5ca
commit 27b71e0143

View File

@ -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.
*