[Gtk-sharp-list] GTK# unstable API docs
    Gonzalo Paniagua Javier 
    gonzalo at ximian.com
       
    Mon Jun 27 15:19:06 EDT 2005
    
    
  
On Mon, 2005-06-27 at 18:45 +0100, Milen Dzhumerov wrote:
> Hi all,
> 
> I want to ask if it's possible to get the API docs for the unstable gtk#
> 1.9.x 2.x? Since my current mono installation(from ubuntu universe,
> hoary) does include the default gtk# 1.0 and even Mono 1.1.8 from the
> installer, Monodoc uses the old docs so I cannot checkout the new API.
> So is there a way to, say, generate html docs for the new API or some
> other way? Any advice is greatly appreciated.
You can build them from svn. After the usual autogen/make/blah, cd to
gtk-sharp/doc directory and run:
	make assemble
	cp gtk-sharp-docs.* `pkg-config monodoc --variable=sourcesdir`
That will overwrite the ones from gtk# 1.0. I uploaded those files to
http://primates.ximian.com/~gonzalo/tmp/gtkdocs.tar.gz 
-Gonzalo
    
    
More information about the Gtk-sharp-list
mailing list