summaryrefslogtreecommitdiff
path: root/gio/src/loadableicon.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-01-11 02:15:46 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-01-11 02:15:46 +0000
commitcb852f41569c4dbc4784b8513ac5b0f84863e437 (patch)
tree6303fa86a8c98e31ab7488895cc7c0adf14d6c3e /gio/src/loadableicon.hg
parente5263120e5336f4af22d722b87b14a35220cf12c (diff)
downloadglibmm-cb852f41569c4dbc4784b8513ac5b0f84863e437.tar.gz
Added the Seekable interface, though it has not methods yet.
2008-01-11 Murray Cumming <murrayc@murrayc.com> * gio/src/Makefile_list_of_hg.am_fragment: * gio/src/seekable.ccg: * gio/src/seekable.hg: Added the Seekable interface, though it has not methods yet. * gio/src/fileinputstream.hg: * gio/src/fileoutputstream.hg: Derive/implement Seekable. * gio/src/icon.hg: * gio/src/inputstream.hg: * gio/src/loadableicon.hg: * gio/src/mountoperation.hg: * gio/src/outputstream.hg: * gio/src/simpleasyncresult.hg: * gio/src/volume.hg: Added class documentation, based on the C documentation. svn path=/trunk/; revision=504
Diffstat (limited to 'gio/src/loadableicon.hg')
-rw-r--r--gio/src/loadableicon.hg4
1 files changed, 4 insertions, 0 deletions
diff --git a/gio/src/loadableicon.hg b/gio/src/loadableicon.hg
index 35d47d1a..637ff212 100644
--- a/gio/src/loadableicon.hg
+++ b/gio/src/loadableicon.hg
@@ -27,6 +27,10 @@ _PINCLUDE(glibmm/private/interface_p.h)
namespace Gio
{
+//TODO: Derive from Icon?
+
+/** Extends the Icon interface and adds the ability to load icons from streams.
+ */
class LoadableIcon : public Glib::Interface
{
_CLASS_INTERFACE(LoadableIcon, GLoadableIcon, G_LOADABLE_ICON, GLoadableIconIface)