On Tue, 2011-06-07 at 14:26 +0300, Mihamina Rakotomandimby wrote: > Hi all, > > I am wanting to learn Epiphany plugin development. > Is there a tutorial/doc for that?
Hi, I'm afraid at the moment there's no such a document about that, but I must tell you're not alone :-): I also recently started working on a new extension for epiphany and faced also the same problem, so I finally ended up checking out the epiphany-extensions repository from git.gnome.org and checked one of the extensions already in there. Specifically, /epiphany-extensions/extensions/sample is a good start point to get a basic template code and iterate from there. Basically, as far as I could understand it so far, you need to have a GObject implementing the EphyExtension interface (out of 'epiphany-extensions', in 'epiphany' instead) and then register it as a module (see sample.c)... or something like that :-) Hope you find this answer useful, just my 2 cents. Mario _______________________________________________ epiphany-list mailing list epiphany-list@gnome.org http://mail.gnome.org/mailman/listinfo/epiphany-list