Fix documentation errors. (Morten Welinder)

2007-03-15  Emmanuele Bassi  <ebassi@gnome.org>

	* gtk/gtkrecentmanager.c: Fix documentation errors. (Morten
	Welinder)

svn path=/trunk/; revision=17519
This commit is contained in:
Emmanuele Bassi 2007-03-15 17:13:28 +00:00 committed by Emmanuele Bassi
parent 03ad30de0a
commit ef9ffb8751
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-03-15 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentmanager.c: Fix documentation errors. (Morten
Welinder)
2007-03-15 Tor Lillqvist <tml@novell.com>
* gdk/gdk.symbols: Add gdk_notify_startup_complete_with_id and

View File

@ -634,9 +634,9 @@ gtk_recent_manager_new (void)
* gtk_recent_manager_get_for_screen().
*
* Return value: A unique #GtkRecentManager associated with the
* default screen. This recent manager is associated to the
* default screen. This recent manager is associated with the
* screen and can be used as long as the screen is open.
* Do no ref or unref it.
* Do not ref or unref it.
*
* Since: 2.10
*/