git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[GTK] Add a GKeyFile especialization to GOwnPtr
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
wtf
/
gobject
/
GTypedefs.h
diff --git
a/Source/JavaScriptCore/wtf/gobject/GTypedefs.h
b/Source/JavaScriptCore/wtf/gobject/GTypedefs.h
index 22a0aa260a90e7e4f44dc60b25e52f433fa57963..e2b2ba6b83221632c6cceef3bacfdabe16938fde 100644
(file)
--- a/
Source/JavaScriptCore/wtf/gobject/GTypedefs.h
+++ b/
Source/JavaScriptCore/wtf/gobject/GTypedefs.h
@@
-59,6
+59,7
@@
typedef struct _GSource GSource;
typedef struct _GVariant GVariant;
typedef union _GdkEvent GdkEvent;
typedef struct _GTimer GTimer;
+typedef struct _GKeyFile GKeyFile;
#if USE(CAIRO)
typedef struct _cairo_surface cairo_surface_t;