summaryrefslogtreecommitdiff
path: root/gio/giomm/wrap_init.h
diff options
context:
space:
mode:
authorMarko Anastasov <marko.anastasov@gmail.com>2007-12-28 13:18:50 +0000
committerMarko Anastasov <markoa@src.gnome.org>2007-12-28 13:18:50 +0000
commit1a4f133833a0e8340d8355e04b0ccddbe001a0ef (patch)
tree0d6b5cbebdc4cda73f957ec56b72ea83d293f473 /gio/giomm/wrap_init.h
parentd8aaa79cecd3c032e78ce189c05cfd1f3ed2e817 (diff)
downloadglibmm-1a4f133833a0e8340d8355e04b0ccddbe001a0ef.tar.gz
Checked in sources from giomm. Build needs to be fixed to work with
2007-12-28 Marko Anastasov <marko.anastasov@gmail.com> * gio/*: * configure.in: * Makefile.am: * tools/m4/convert_glib.m4: Checked in sources from giomm. Build needs to be fixed to work with scripts in build_shared/. svn path=/trunk/; revision=482
Diffstat (limited to 'gio/giomm/wrap_init.h')
-rw-r--r--gio/giomm/wrap_init.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/gio/giomm/wrap_init.h b/gio/giomm/wrap_init.h
new file mode 100644
index 00000000..c9423f3c
--- /dev/null
+++ b/gio/giomm/wrap_init.h
@@ -0,0 +1,32 @@
+// -*- c++ -*-
+#ifndef _GIOMM_WRAP_INIT_H
+#define _GIOMM_WRAP_INIT_H
+
+#include <glibmm.h>
+
+/* wrap_init.h
+ *
+ * Copyright (C) 2007 The gtkmm 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.
+ */
+
+namespace Gio
+{
+ void wrap_init () ;
+}
+
+#endif //_GIOMM_WRAP_INIT_H
+