summaryrefslogtreecommitdiff
path: root/gio/gloadableicon.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-12-12 12:19:02 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-12-12 12:19:02 +0000
commit41d1650c9b6b0b8368c0648d2885b83e18020303 (patch)
tree7ed90793e9ff53b9e0dc0e5817641d52d16a2637 /gio/gloadableicon.h
parent2de9f839a0053f64f9a3ab947f5ecb6caa12c43b (diff)
downloadglib-41d1650c9b6b0b8368c0648d2885b83e18020303.tar.gz
Fix up a bunch of details in the docs.
2007-12-12 Alexander Larsson <alexl@redhat.com> * gappinfo.[ch]: * gasyncresult.c: * gbufferedinputstream.c: * gbufferedoutputstream.c: * gcancellable.c: * gcontenttype.c: * gdatainputstream.[ch]: * gdesktopappinfo.c: * gdirectorymonitor.c: * gfile.[ch]: * gfileattribute.[ch]: * gfileicon.[ch]: * gfileinfo.h: * gfileinputstream.h: * gfilemonitor.[ch]: * gfileoutputstream.[ch]: * gfilterinputstream.h: * gfilteroutputstream.h: * gicon.h: * gioscheduler.c: * gloadableicon.[ch]: * gmemoryinputstream.c: * gmountoperation.c: * gthemedicon.c: Fix up a bunch of details in the docs. * glocalfileinfo.c: CR/LF -> LF fixups svn path=/trunk/; revision=6100
Diffstat (limited to 'gio/gloadableicon.h')
-rw-r--r--gio/gloadableicon.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gio/gloadableicon.h b/gio/gloadableicon.h
index fdbece22e..88f42df85 100644
--- a/gio/gloadableicon.h
+++ b/gio/gloadableicon.h
@@ -37,7 +37,7 @@ G_BEGIN_DECLS
/**
* GLoadableIcon:
*
- * Dummy type for subclassing loadable icon types.
+ * Generic interface for all kinds of icons that can be loaded as a stream to an image file.
**/
typedef struct _GLoadableIcon GLoadableIcon; /* Dummy typedef */
typedef struct _GLoadableIconIface GLoadableIconIface;
@@ -49,8 +49,6 @@ typedef struct _GLoadableIconIface GLoadableIconIface;
* @load_async: Loads an icon asynchronously.
* @load_finish: Finishes an asynchronous icon load.
*
- * GLoadableIconIface is used for implementing loadable icon types,
- * for implementations that need to load an icon.
**/
struct _GLoadableIconIface
{