-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
16 lines (12 loc) · 640 Bytes
/
Copy pathREADME
File metadata and controls
16 lines (12 loc) · 640 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Extending JavaScript with WebKit
================================
Tutorial files to extend JavaScript functions using WebKit and JavaScriptCore.
The tutorial is available at
http://rvr.typepad.com/wind/2011/10/webkit-extending-javascript-1.html
http://rvr.typepad.com/wind/2011/10/webkit-extending-javascript-2.html
webkit-01.c - A simple GTK+ application which displays a web view.
webkit-02.c - Extending JavaScript with an dumb class.
webkit-03.c - Desktop notifications.
webkit-04.c - DBus access to UPower data.
webkit-05.c - DBus access to UPower data, with signals (using JS closures).
(C) 2011 Víctor R. Ruiz <rvr@linotipo.es>