diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-10 22:06:44 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-10 22:06:44 +0000 |
commit | 79e4b185f61af2764a39951cd74635bdb3332f26 (patch) | |
tree | e92abfe0f9ef73eb7062a50ac23263ec12a6ab3c /gtk/gtkwindow.c | |
parent | c9dabae939037adb245b61598ca8770578589243 (diff) | |
download | gdk-pixbuf-79e4b185f61af2764a39951cd74635bdb3332f26.tar.gz |
Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108,
* gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c,
gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.
(#63544, #57007, #64141, #63472, #57108, #60818, #61562)
* gtk/tmpl/gtkaccellabel.sgml, gtk/tmpl/gtkcombo.sgml,
gtk/tmpl/gtkentry.sgml, gtk/tmpl/gtkhscrollbar.sgml,
gtk/tmpl/gtkvscrollbar.sgml, gtk/tmpl/gtktoolbar.sgml,
gtk/tmpl/gtkdialog.sgml, gtk/tmpl/gtkstatusbar.sgml:
Mass fixing of trivial doc bugs. (#55579, #56760, #58769, #55918,
#64154, #60422, #54697)
Diffstat (limited to 'gtk/gtkwindow.c')
-rw-r--r-- | gtk/gtkwindow.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 412a57f89..5641caaea 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -5107,11 +5107,10 @@ gtk_window_group_get_type (void) /** * gtk_window_group_new: * - * Create a new #GtkWindowGroup object. Grabs added with - * gtk_window_grab_add() only affect windows within the - * same #GtkWindowGroup + * Creates a new #GtkWindowGroup object. Grabs added with + * gtk_grab_add() only affect windows within the same #GtkWindowGroup. * - * Return value: + * Return value: a new #GtkWindowGroup. **/ GtkWindowGroup * gtk_window_group_new (void) @@ -5147,7 +5146,7 @@ window_group_cleanup_grabs (GtkWindowGroup *group, * @window_group: a #GtkWindowGroup * @window: the #GtkWindow to add * - * Add a window to a #GtkWindowGroup. + * Adds a window to a #GtkWindowGroup. **/ void gtk_window_group_add_window (GtkWindowGroup *window_group, |