diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-11-25 20:48:52 -0500 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:39:47 +0100 |
commit | 2578f4f4c389845aab951fcbf9a1716a89403f06 (patch) | |
tree | e0f0847b67de529d3bb12428e9dbf71044a85ae9 /gtk/gtkwidgetpath.c | |
parent | e598f17871086a233e9bfabae98c56908201e3e3 (diff) | |
download | gtk+-2578f4f4c389845aab951fcbf9a1716a89403f06.tar.gz |
Trivial doc fixes
Diffstat (limited to 'gtk/gtkwidgetpath.c')
-rw-r--r-- | gtk/gtkwidgetpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwidgetpath.c b/gtk/gtkwidgetpath.c index 4bfacc10d9..d25f550975 100644 --- a/gtk/gtkwidgetpath.c +++ b/gtk/gtkwidgetpath.c @@ -30,7 +30,7 @@ * @Title: GtkWidgetPath * @See_also: #GtkStyleContext * - * #GtkWidgetPath is a boxed type that represents a widget hierarchy from + * GtkWidgetPath is a boxed type that represents a widget hierarchy from * the topmost widget, typically a toplevel, to any child. This widget * path abstraction is used in #GtkStyleContext on behalf of the real * widget in order to query style information. |