summaryrefslogtreecommitdiff
path: root/gio/src/memoryinputstream.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-02-03 12:28:09 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-02-03 12:28:09 +0000
commitaaccdc2ace9a0893f5775007f601f339d4f96255 (patch)
tree926060768f6a60223291abaf944ab5dfd76a2a31 /gio/src/memoryinputstream.hg
parent475c4563b5503b3a22e80740168b61390aad9491 (diff)
downloadglibmm-aaccdc2ace9a0893f5775007f601f339d4f96255.tar.gz
Add class documentation, now that there is some in gio. Add class
2008-02-03 Murray Cumming <murrayc@murrayc.com> * gio/src/filemonitor.hg: Add class documentation, now that there is some in gio. * gio/src/volumemonitor.hg: Add class documentation. Remove _DO_NOT_DERIVE_GTYPE because gio no longer abuses the type system - see bug #511814. svn path=/trunk/; revision=572
Diffstat (limited to 'gio/src/memoryinputstream.hg')
-rw-r--r--gio/src/memoryinputstream.hg2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/src/memoryinputstream.hg b/gio/src/memoryinputstream.hg
index 9480854c..924897af 100644
--- a/gio/src/memoryinputstream.hg
+++ b/gio/src/memoryinputstream.hg
@@ -44,6 +44,8 @@ protected:
public:
_WRAP_CREATE()
+ //TODO: Add documentation.
+ //TODO: Add a gchar*+length method overload.
void add_data(const std::string& data);
};