On Sun, Apr 4, 2010 at 5:31 PM, Jonthan Wadelius <[email protected]> wrote: > Hi, > > I'm going to start trying to write seed extensions for epiphany. I've looked > at the epiphany source code as well as the available seed examples today and > got some questions: > - Can regular functions from the source code be called by Seed? > - How do I distinguish the parts of the epiphany source that are accessible > from the extensions?
The only functions that you can use are those exported as public API in our headers. They have changed quite a bit recently (and might change a bit more in the future), so whatever documentation is out there isn't probably super useful at this point. My suggestion is that you check the working extensions in the epiphany-extensions module for guidance and examples on how to do things. This is something I hope we'll able to improve starting this cycle, so don't despair :) Cheers, Xan > > Regards, > Jonathan Wadelius > _______________________________________________ > epiphany-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/epiphany-list > > _______________________________________________ epiphany-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/epiphany-list
