2 * Copyright (C) 2010 Igalia, S.L.
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public
6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Library General Public License for more details.
14 * You should have received a copy of the GNU Library General Public License
15 * along with this library; see the file COPYING.LIB. If not, write to
16 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 * Boston, MA 02110-1301, USA.
23 /* Vanilla C code does not seem to be able to handle forward-declaration typedefs. */
27 typedef double gdouble;
30 typedef gint gboolean;
33 typedef unsigned char guchar;
34 typedef unsigned int guint;
35 typedef unsigned long gulong;
36 typedef unsigned short gushort;
37 typedef void* gpointer;
39 typedef struct _GAsyncResult GAsyncResult;
40 typedef struct _GCancellable GCancellable;
41 typedef struct _GCharsetConverter GCharsetConverter;
42 typedef struct _GDir GDir;
43 typedef struct _GdkAtom* GdkAtom;
44 typedef struct _GdkCursor GdkCursor;
45 typedef struct _GdkDragContext GdkDragContext;
46 typedef struct _GdkEventConfigure GdkEventConfigure;
47 typedef struct _GdkEventExpose GdkEventExpose;
48 typedef struct _GdkPixbuf GdkPixbuf;
49 typedef struct _GError GError;
50 typedef struct _GFile GFile;
51 typedef struct _GHashTable GHashTable;
52 typedef struct _GInputStream GInputStream;
53 typedef struct _GList GList;
54 typedef struct _GPatternSpec GPatternSpec;
55 typedef struct _GPollableOutputStream GPollableOutputStream;
56 typedef struct _GSocketClient GSocketClient;
57 typedef struct _GSocketConnection GSocketConnection;
58 typedef struct _GSource GSource;
59 typedef struct _GVariant GVariant;
60 typedef union _GdkEvent GdkEvent;
61 typedef struct _GTimer GTimer;
62 typedef struct _GKeyFile GKeyFile;
65 typedef struct _cairo_surface cairo_surface_t;
66 typedef struct _cairo_rectangle_int cairo_rectangle_int_t;
70 typedef struct _GtkAction GtkAction;
71 typedef struct _GtkAdjustment GtkAdjustment;
72 typedef struct _GtkBorder GtkBorder;
73 typedef struct _GtkClipboard GtkClipboard;
74 typedef struct _GtkContainer GtkContainer;
75 typedef struct _GtkIconInfo GtkIconInfo;
76 typedef struct _GtkMenu GtkMenu;
77 typedef struct _GtkMenuItem GtkMenuItem;
78 typedef struct _GtkObject GtkObject;
79 typedef struct _GtkSelectionData GtkSelectionData;
80 typedef struct _GtkStyle GtkStyle;
81 typedef struct _GtkTargetList GtkTargetList;
82 typedef struct _GtkThemeParts GtkThemeParts;
83 typedef struct _GtkWidget GtkWidget;
84 typedef struct _GtkWindow GtkWindow;
86 #ifdef GTK_API_VERSION_2
87 typedef struct _GdkRectangle GdkRectangle;
88 typedef struct _GdkDrawable GdkWindow;
90 typedef struct _GdkWindow GdkWindow;
91 typedef struct _GtkStyleContext GtkStyleContext;
97 #endif /* GtkTypedefs_h */