summaryrefslogtreecommitdiff
path: root/gio/src/loadableicon.ccg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-01-09 22:24:51 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-01-09 22:24:51 +0000
commite6f01458c5acbd4f4388680b0f0046a2d96742e6 (patch)
treeac5b685fe5246d11d1c65a12383f9691ee43b54d /gio/src/loadableicon.ccg
parenta1a97473c7760cdcce4dfb4a0b1d666090211fe1 (diff)
downloadglibmm-e6f01458c5acbd4f4388680b0f0046a2d96742e6.tar.gz
Added this, though no methods or vfuncs are wrapped yet.
2008-01-09 Murray Cumming <murrayc@murrayc.com> * gio/src/Makefile_list_of_hg.am_fragment: * gio/src/loadableicon.ccg: * gio/src/loadableicon.hg: Added this, though no methods or vfuncs are wrapped yet. * tools/m4/convert_glib.m4: * gio/src/fileicon.hg: * gio/src/fileinfo.hg: Derive from LoadableIcon and implement it. set_modification_time(): Take a const TimeVal. * gio/src/fileinputstream.ccg: * gio/src/fileinputstream.hg: Added documentation and a version of seek() without the cancellable parameter. * gio/src/gio_docs.xml: Generated from docextract_to_xml.py so we get documentation for methods created by _WRAP_METHOD(). svn path=/trunk/; revision=494
Diffstat (limited to 'gio/src/loadableicon.ccg')
-rw-r--r--gio/src/loadableicon.ccg25
1 files changed, 25 insertions, 0 deletions
diff --git a/gio/src/loadableicon.ccg b/gio/src/loadableicon.ccg
new file mode 100644
index 00000000..9392661f
--- /dev/null
+++ b/gio/src/loadableicon.ccg
@@ -0,0 +1,25 @@
+// -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*-
+
+/* Copyright (C) 2007 The giomm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include <gio/gio.h>
+
+namespace Gio {
+
+
+} // namespace Gio