summaryrefslogtreecommitdiff
path: root/gio/src/icon.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-01-11 15:23:14 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-01-11 15:23:14 +0000
commit9174c538a18faa1d780206aeffca593a0ecc15dc (patch)
treee49f5fa6ca4c0abc49d2da96968b630ed45e5b55 /gio/src/icon.hg
parent0d0794a9b18a8e2915c2f6e134247b9abf8a723e (diff)
downloadglibmm-9174c538a18faa1d780206aeffca593a0ecc15dc.tar.gz
Added class documentation.
2008-01-11 Murray Cumming <murrayc@murrayc.com> * gio/src/appinfo.hg: Added class documentation. * gio/src/asyncresult.hg: * gio/src/cancellable.hg: * gio/src/drive.hg: * gio/src/file.hg: * gio/src/fileattribute.hg: * gio/src/fileenumerator.hg: * gio/src/fileicon.hg: * gio/src/fileinfo.hg: * gio/src/fileinputstream.hg: * gio/src/fileoutputstream.hg: * gio/src/icon.hg: * gio/src/inputstream.hg: * gio/src/loadableicon.hg: * gio/src/mountoperation.hg: * gio/src/outputstream.hg: * gio/src/seekable.hg: * gio/src/simpleasyncresult.hg: * gio/src/volume.hg: Added @newin2p16 to the documentation. * glib/src/Makefile_list_of_hg.am_fragment: * glib/src/uriutils.ccg: * glib/src/uriutils.hg: Added wrappers of (some) of these new g_uri_* functions. Not yet documented. svn path=/trunk/; revision=506
Diffstat (limited to 'gio/src/icon.hg')
-rw-r--r--gio/src/icon.hg2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/src/icon.hg b/gio/src/icon.hg
index c3a504ef..18ce4fcb 100644
--- a/gio/src/icon.hg
+++ b/gio/src/icon.hg
@@ -34,6 +34,8 @@ namespace Gio
* To obtain a hash of an Icon instance, see hash().
*
* To check if two Icon instances are equal, see equal().
+ *
+ * @newin2p16
*/
class Icon : public Glib::Interface
{