I have an old piece of software that uses gtkembedmoz, and I need to update it to run on ubuntu lucid, which does not provide that library. What API replaces the functionality that it provides?
You should use WebkitGTK these days for embedding a web browser into a GTK program.