Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
debs
WebKit
Commits
13ea651f
Commit
13ea651f
authored
Jan 08, 2019
by
Alberto Garcia
Browse files
New upstream version 2.23.2
parent
849f989f
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 1000+
files are displayed.
Plain diff
Email patch
CMakeLists.txt
View file @
13ea651f
...
...
@@ -84,10 +84,10 @@ if (MSVC_CXX_ARCHITECTURE_ID)
else
()
string
(
TOLOWER
${
CMAKE_SYSTEM_PROCESSOR
}
LOWERCASE_CMAKE_SYSTEM_PROCESSOR
)
endif
()
if
(
LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES
"^arm"
)
set
(
WTF_CPU_ARM 1
)
elseif
(
LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES
"^aarch64"
)
if
(
LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES
"(^aarch64|^arm64)"
)
set
(
WTF_CPU_ARM64 1
)
elseif
(
LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES
"^arm"
)
set
(
WTF_CPU_ARM 1
)
elseif
(
LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES
"^mips64"
)
set
(
WTF_CPU_MIPS64 1
)
elseif
(
LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES
"^mips"
)
...
...
Documentation/jsc-glib-4.0/html/JSCClass.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"JSCException.html"
title=
"JSCException"
>
<link
rel=
"next"
href=
"jsc-glib-4.0-JSCVersion.html"
title=
"JSCVersion"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -1165,6 +1165,6 @@ to provide a custom implementation for the class. All virtual functions are opti
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/jsc-glib-4.0/html/JSCContext.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"JSCVirtualMachine.html"
title=
"JSCVirtualMachine"
>
<link
rel=
"next"
href=
"JSCValue.html"
title=
"JSCValue"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -1261,6 +1261,6 @@ the instance as parameter.</p>
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/jsc-glib-4.0/html/JSCException.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"JSCWeakValue.html"
title=
"JSCWeakValue"
>
<link
rel=
"next"
href=
"JSCClass.html"
title=
"JSCClass"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -684,6 +684,6 @@ source URI, line, column and backtrace, and formatted to be printed.</p>
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/jsc-glib-4.0/html/JSCValue.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"JSCContext.html"
title=
"JSCContext"
>
<link
rel=
"next"
href=
"JSCWeakValue.html"
title=
"JSCWeakValue"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -2249,6 +2249,6 @@ is 0 no parameters will be passed to the constructor.</p>
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/jsc-glib-4.0/html/JSCVirtualMachine.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"next"
href=
"JSCContext.html"
title=
"JSCContext"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -103,6 +103,6 @@ jsc_virtual_machine_new (<em class="parameter"><code><span class="type">void</sp
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/jsc-glib-4.0/html/JSCWeakValue.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"JSCValue.html"
title=
"JSCValue"
>
<link
rel=
"next"
href=
"JSCException.html"
title=
"JSCException"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -231,6 +231,6 @@ user_function (<a class="link" href="JSCWeakValue.html" title="JSCWeakValue"><sp
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/jsc-glib-4.0/html/annotation-glossary.html
View file @
13ea651f
...
...
@@ -7,7 +7,7 @@
<link
rel=
"home"
href=
"index.html"
title=
"JavaScriptCore GLib Reference Manual"
>
<link
rel=
"up"
href=
"index.html"
title=
"JavaScriptCore GLib Reference Manual"
>
<link
rel=
"prev"
href=
"index-all.html"
title=
"Index"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -67,6 +67,6 @@
<dd
class=
"glossdef"
><p>
Don't free data after the code is done.
</p></dd>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/jsc-glib-4.0/html/ch01.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"index.html"
title=
"JavaScriptCore GLib Reference Manual"
>
<link
rel=
"prev"
href=
"index.html"
title=
"JavaScriptCore GLib Reference Manual"
>
<link
rel=
"next"
href=
"JSCVirtualMachine.html"
title=
"JSCVirtualMachine"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -47,6 +47,6 @@
</dl></div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/jsc-glib-4.0/html/index-all.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"index.html"
title=
"JavaScriptCore GLib Reference Manual"
>
<link
rel=
"prev"
href=
"jsc-glib-4.0-JSCVersion.html"
title=
"JSCVersion"
>
<link
rel=
"next"
href=
"annotation-glossary.html"
title=
"Annotation Glossary"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -298,6 +298,6 @@
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/jsc-glib-4.0/html/index.html
View file @
13ea651f
...
...
@@ -6,7 +6,7 @@
<meta
name=
"generator"
content=
"DocBook XSL Stylesheets V1.79.1"
>
<link
rel=
"home"
href=
"index.html"
title=
"JavaScriptCore GLib Reference Manual"
>
<link
rel=
"next"
href=
"ch01.html"
title=
"Class Overview"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -14,7 +14,7 @@
<div
class=
"titlepage"
>
<div>
<div><table
class=
"navigation"
id=
"top"
width=
"100%"
cellpadding=
"2"
cellspacing=
"0"
><tr><th
valign=
"middle"
><p
class=
"title"
>
JavaScriptCore GLib Reference Manual
</p></th></tr></table></div>
<div><p
class=
"releaseinfo"
>
for JavaScriptCore 2.23.
1
</p></div>
<div><p
class=
"releaseinfo"
>
for JavaScriptCore 2.23.
2
</p></div>
</div>
<hr>
</div>
...
...
@@ -48,6 +48,6 @@
</dl></div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/jsc-glib-4.0/html/jsc-glib-4.0-JSCVersion.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"JSCClass.html"
title=
"JSCClass"
>
<link
rel=
"next"
href=
"index-all.html"
title=
"Index"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -175,12 +175,12 @@ have included when compiling your code.</p>
<hr>
<div
class=
"refsect2"
>
<a
name=
"JSC-MICRO-VERSION:CAPS"
></a><h3>
JSC_MICRO_VERSION
</h3>
<pre
class=
"programlisting"
>
#define JSC_MICRO_VERSION (
1
)
<pre
class=
"programlisting"
>
#define JSC_MICRO_VERSION (
2
)
</pre>
</div>
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/webkit2gtk-4.0/html/WebKitApplicationInfo.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"WebKitAutomationSession.html"
title=
"WebKitAutomationSession"
>
<link
rel=
"next"
href=
"ch02.html"
title=
"Web Extensions"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -349,6 +349,6 @@ webkit_application_info_get_version (<em class="parameter"><code><a class="link"
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/webkit2gtk-4.0/html/WebKitAuthenticationRequest.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"WebKitWebView.html"
title=
"WebKitWebView"
>
<link
rel=
"next"
href=
"WebKitBackForwardList.html"
title=
"WebKitBackForwardList"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -910,6 +910,6 @@ dialog in case of page load failure for example.</p>
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/webkit2gtk-4.0/html/WebKitAutomationSession.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"WebKitNetworkProxySettings.html"
title=
"WebKitNetworkProxySettings"
>
<link
rel=
"next"
href=
"WebKitApplicationInfo.html"
title=
"WebKitApplicationInfo"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -289,6 +289,6 @@ web view or a new one created and added to a new tab or window.</p>
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/webkit2gtk-4.0/html/WebKitBackForwardList.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"WebKitAuthenticationRequest.html"
title=
"WebKitAuthenticationRequest"
>
<link
rel=
"next"
href=
"WebKitBackForwardListItem.html"
title=
"WebKitBackForwardListItem"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -513,6 +513,6 @@ when the list is cleared or the maximum items limit is reached.</p>
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/webkit2gtk-4.0/html/WebKitBackForwardListItem.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"WebKitBackForwardList.html"
title=
"WebKitBackForwardList"
>
<link
rel=
"next"
href=
"WebKitSettings.html"
title=
"WebKitSettings"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -191,6 +191,6 @@ when the original URI is empty.</p>
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/webkit2gtk-4.0/html/WebKitColorChooserRequest.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"WebKitFaviconDatabase.html"
title=
"WebKitFaviconDatabase"
>
<link
rel=
"next"
href=
"WebKitFileChooserRequest.html"
title=
"WebKitFileChooserRequest"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -363,6 +363,6 @@ color input element is removed from the DOM.</p>
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/webkit2gtk-4.0/html/WebKitConsoleMessage.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch02.html"
title=
"Web Extensions"
>
<link
rel=
"prev"
href=
"WebKitWebEditor.html"
title=
"WebKitWebEditor"
>
<link
rel=
"next"
href=
"index-all.html"
title=
"Index"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -441,6 +441,6 @@ webkit_console_message_get_source_id (<em class="parameter"><code><a class="link
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Documentation/webkit2gtk-4.0/html/WebKitContextMenu.html
View file @
13ea651f
...
...
@@ -8,7 +8,7 @@
<link
rel=
"up"
href=
"ch01.html"
title=
"Class Overview"
>
<link
rel=
"prev"
href=
"webkit2gtk-4.0-WebKitVersion.html"
title=
"WebKitVersion"
>
<link
rel=
"next"
href=
"WebKitContextMenuItem.html"
title=
"WebKitContextMenuItem"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
7
.1 (XML mode)"
>
<meta
name=
"generator"
content=
"GTK-Doc V1.2
9
.1 (XML mode)"
>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
</head>
<body
bgcolor=
"white"
text=
"black"
link=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
>
...
...
@@ -685,6 +685,6 @@ doesn't have user data. </p>
</div>
</div>
<div
class=
"footer"
>
<hr>
Generated by GTK-Doc V1.2
7
.1
</div>
<hr>
Generated by GTK-Doc V1.2
9
.1
</div>
</body>
</html>
\ No newline at end of file
Prev
1
2
3
4
5
…
50
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment