diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-11-30 05:11:25 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-11-30 05:11:25 +0000 |
commit | a2ca589703273fca80cb126430a8b058aba3eb52 (patch) | |
tree | 1287fd427855e5fac9141a32dddcc3409cad6e7c /gio/gicon.c | |
parent | f3be1cf2d19acbe57cf61039efbf6adca84237b6 (diff) | |
download | glib-a2ca589703273fca80cb126430a8b058aba3eb52.tar.gz glib-a2ca589703273fca80cb126430a8b058aba3eb52.tar.bz2 glib-a2ca589703273fca80cb126430a8b058aba3eb52.zip |
More coding style fixes
svn path=/trunk/; revision=5999
Diffstat (limited to 'gio/gicon.c')
-rw-r--r-- | gio/gicon.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gio/gicon.c b/gio/gicon.c index 5a2f39080..3ce684a3d 100644 --- a/gio/gicon.c +++ b/gio/gicon.c @@ -29,14 +29,13 @@ /** * SECTION:gicon - * @short_description: base class for icons + * @short_description: interface for icons * - * #GIcon is a base class for implementing more complex icon classes. It - * contains a very minimal interface for checking the equality of two icons - * and hashing of icons. + * #GIcon is a very minimal interface for icons. It provides functions + * for checking the equality of two icons and hashing of icons. * * #GIcon does not provide the actual pixmap for the icon as this is out - * of gio's scope, however implementations of #GIcon may contain the name + * of GIO's scope, however implementations of #GIcon may contain the name * of an icon (see #GThemedIcon), or the path to an icon (see #GLoadableIcon). * * To obtain a hash of a #GIcon, see g_icon_hash(). |