Hi, Chris Moller <cmoller@xxxxxxxxxx> writes: > I'm in the process of writing a CDT "hover help" extension to Eclipse, > the mechanism that pops up a brief description of a function when you > park the cursor over the function name in the Eclipse C/C++ editor. > To do this, I need to store API info in a retrievable form. > > So, the question is: Is there a "tagged text" version of the GTK docs > I could use to extract the relevant info? Something that identifies > function names as such, associated arg lists, etc. with SGML or > Docbook semantic tags, or something similar. Look into the developer documentation that is part of the source tree (glib, pango, atk, gtk+, ...). It's in DocBook XML. Sven _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list