[Webkit-unassigned] [Bug 16401] [GTK] GObject/C DOM binding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 11 05:07:43 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=16401





------- Comment #134 from adam at yorba.org  2009-02-11 05:07 PDT -------
Created an attachment (id=27558)
 --> (https://bugs.webkit.org/attachment.cgi?id=27558&action=view)
Vala bindings generator

Here's an archive containing a few metadata files and a Makefile that can
generate Vala bindings for the GObject DOM binding built using my last patch. 
Some of the files here are derived from vapi/packages/webkit-1.0 in the Vala
sources.  The Makefile has to generate the bindings in a 2-stage process since
the DOM classes have a different prefix than other WebKit/GTK classes.

I agree that Python bindings are important and that it would be wise to choose
a prefix that makes python-pygobject happy.  Given this, I now think that
reasonable candidates for the name of a class representing the DOM Element
interface are

GdomElement
WebKitElement
WebKitDomElement

With either of the last two, we could use vanilla Vala bindings generation
rather than the 2-stage process in this Makefile.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list