diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-02-21 18:20:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-02-21 18:20:17 +0000 |
commit | f3144c7efe8c84f7a00bff9b796d5e73efc151cf (patch) | |
tree | 9aa2ceeb3a7431c6b97c28dc8060eb6a2cb944fc /gio/gicon.c | |
parent | 31723eb78e185a5211e962820eeed0859c1d5cb5 (diff) |
Doc fixes
svn path=/trunk/; revision=6554
Diffstat (limited to 'gio/gicon.c')
-rw-r--r-- | gio/gicon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gicon.c b/gio/gicon.c index c7198dcf0..1bd38f340 100644 --- a/gio/gicon.c +++ b/gio/gicon.c @@ -30,7 +30,7 @@ /** * SECTION:gicon * @short_description: Interface for icons - * @include: gio.h + * @include: gio/gio.h * * #GIcon is a very minimal interface for icons. It provides functions * for checking the equality of two icons and hashing of icons. |