summaryrefslogtreecommitdiff
path: root/gtk/gtktypes.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-03-03 18:42:15 +0100
committerBenjamin Otte <otte@redhat.com>2012-03-03 19:45:03 +0100
commit29324c513110b4f18890112bcd758ad4bbf6961f (patch)
treeccadbc1904fe4fe504d1989106fa11a5576291c4 /gtk/gtktypes.h
parent471c81a449d3effc43708b9df49309143421b036 (diff)
downloadgtk+-29324c513110b4f18890112bcd758ad4bbf6961f.tar.gz
gtk: Add gtktypes.h
So far, the files is empty.
Diffstat (limited to 'gtk/gtktypes.h')
-rw-r--r--gtk/gtktypes.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/gtk/gtktypes.h b/gtk/gtktypes.h
new file mode 100644
index 0000000000..24a64f0fac
--- /dev/null
+++ b/gtk/gtktypes.h
@@ -0,0 +1,39 @@
+/* GDK - The GIMP Drawing Kit
+ * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+/*
+ * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
+ * file for a list of people on the GTK+ Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk.h> can be included directly."
+#endif
+
+#ifndef __GTK_TYPES_H__
+#define __GTK_TYPES_H__
+
+#include <gdk/gdk.h>
+
+G_BEGIN_DECLS
+
+
+G_END_DECLS
+
+#endif /* __GTK_TYPES_H__ */