Fix doc comment typos. (#98480, Vitaly Tishkov)

* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
	typos.  (#98480, Vitaly Tishkov)
This commit is contained in:
Matthias Clasen 2002-11-21 19:12:43 +00:00
parent 22ba97ac12
commit 7d62f9ed78
7 changed files with 32 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
typos. (#98480, Vitaly Tishkov)
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
* docs/RELEASE-HOWTO: small tweaks.

View File

@ -1,3 +1,8 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
typos. (#98480, Vitaly Tishkov)
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
* docs/RELEASE-HOWTO: small tweaks.

View File

@ -1,3 +1,8 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
typos. (#98480, Vitaly Tishkov)
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
* docs/RELEASE-HOWTO: small tweaks.

View File

@ -1,3 +1,8 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
typos. (#98480, Vitaly Tishkov)
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
* docs/RELEASE-HOWTO: small tweaks.

View File

@ -1,3 +1,8 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
typos. (#98480, Vitaly Tishkov)
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
* docs/RELEASE-HOWTO: small tweaks.

View File

@ -1,3 +1,8 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmenu.c (gtk_menu_set_screen): Fix doc comment
typos. (#98480, Vitaly Tishkov)
Wed Nov 20 23:13:19 2002 Kristian Rietveld <kris@gtk.org>
* docs/RELEASE-HOWTO: small tweaks.

View File

@ -2953,10 +2953,10 @@ gtk_menu_hide_all (GtkWidget *widget)
/**
* gtk_menu_set_screen:
* @menu: a #GtkMenu.
* @screen: a #GtkScreen, or %NULL if the screen should be
* @screen: a #GdkScreen, or %NULL if the screen should be
* determined by the widget the menu is attached to.
*
* Sets the #GtkScreen on which the GtkMenu will be displayed.
* Sets the #GdkScreen on which the menu will be displayed.
**/
void
gtk_menu_set_screen (GtkMenu *menu,