diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-16 20:04:44 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-16 20:04:44 +0000 |
commit | 8610171ecff09f86c0a9480b56377c06ab68ecd3 (patch) | |
tree | f0b0e140890dc002b5e37ddef6bcb6e20a6ddb1f /gtk/gtktoolbar.c | |
parent | 51881768c4ddddca213ba72f203a1cc6ef51bc0f (diff) | |
download | gtk+-8610171ecff09f86c0a9480b56377c06ab68ecd3.tar.gz |
Forgotten file
Diffstat (limited to 'gtk/gtktoolbar.c')
-rw-r--r-- | gtk/gtktoolbar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c index 8f72edd31f..1d38158ae7 100644 --- a/gtk/gtktoolbar.c +++ b/gtk/gtktoolbar.c @@ -2898,11 +2898,11 @@ gtk_toolbar_get_n_items (GtkToolbar *toolbar) * @toolbar: a #GtkToolbar * @n: A position on the toolbar * - * Returns the @n<!-- -->'s item on @toolbar, or %NULL if the + * Returns the @n<!-- -->'th item on @toolbar, or %NULL if the * toolbar does not contain an @n<!-- -->'th item. * * Return value: The @n<!-- -->'th #GtkToolItem on @toolbar, or %NULL if there - * isn't an @n<!-- -->th item. + * isn't an @n<!-- -->'th item. * * Since: 2.4 **/ |