diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-06 05:26:49 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-06 05:29:25 +0800 |
commit | 9ac17ac272eb0e08c54a44a7269add7de57a44ea (patch) | |
tree | 2d9428dd90a2571198e5633cf4aa10f6bf2fb2a9 /README.Python | |
parent | 8cc5c0f0ceca462741ece79b0ed6e43da878656f (diff) | |
download | gsoc2013-epiphany-9ac17ac272eb0e08c54a44a7269add7de57a44ea.tar gsoc2013-epiphany-9ac17ac272eb0e08c54a44a7269add7de57a44ea.tar.gz gsoc2013-epiphany-9ac17ac272eb0e08c54a44a7269add7de57a44ea.tar.bz2 gsoc2013-epiphany-9ac17ac272eb0e08c54a44a7269add7de57a44ea.tar.lz gsoc2013-epiphany-9ac17ac272eb0e08c54a44a7269add7de57a44ea.tar.xz gsoc2013-epiphany-9ac17ac272eb0e08c54a44a7269add7de57a44ea.tar.zst gsoc2013-epiphany-9ac17ac272eb0e08c54a44a7269add7de57a44ea.zip |
Remove Python support.
The supported language for extensions other than C/C++ is now
JavaScript through Seed.
Diffstat (limited to 'README.Python')
-rw-r--r-- | README.Python | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/README.Python b/README.Python deleted file mode 100644 index 0720b4d0a..000000000 --- a/README.Python +++ /dev/null @@ -1,26 +0,0 @@ -Updating the epiphany.defs file -------------------------------- - -Pygtk wraps most functions itself automatically, it uses the -epiphany.defs file, this must be kept in-sync with the epiphany includes. -To update the file: - - - Install gnome-python so that you have the "h2def.py" script - - - Ensure that the installed epiphany include directory is uptodate - (i.e. it doesn't contain any stale ephy header) - - - Run "python /path/to/h2def.py /path/to/include/epiphany-1.5/epiphany/* > epiphany.defs - - - You MUST now compare to see what has changed, e.g. the above command has the - following problems: - - It misses boxed types - - It doesn't mark interfaces correctly - - You need to ensure that no is-constructor-of lines have been lost - - - Basically, just do a svn diff and fix things up as appropriate. - - - Finally ensure it compiles, but that's obvious, right? :-) - -You could also make all the changes manually, but it's easier to use -the above process. |