f6f9fd0c79
string[] (using a G_TYPE_STRV boxed value). * generator/SymbolTable.cs (SymbolTable): Map GStrv to string[]. (The mapping relies on the above GLib.Value magic, so it only works correctly for properties, but that's ok, because GStrv isn't a real type anyway and only shows up in the api files for G_TYPE_STRV properties.) Makes the Gtk.AboutDialog Artists, Authors, and Documenters properties show up. * gtk/Gtk.metadata: hide AboutDialog.Get/SetArtists/Authors/Documenters, which can't be used to implement the Artists/Authors/Documenters properties, because the generated code doesn't know to NULL-terminate the arrays. svn path=/trunk/gtk-sharp/; revision=45301 |
||
---|---|---|
.. | ||
en | ||
all.xml | ||
ChangeLog | ||
gen-finalize-docs.cs | ||
gen-gtype-ctor-docs.cs | ||
gen-gtype-docs.cs | ||
gen-handlerargs-docs.cs | ||
gen-intptr-ctor-docs.cs | ||
gen-vm-docs.cs | ||
gtk-sharp-docs.source | ||
Makefile.am | ||
README | ||
scan-deprecations.cs |
Compiling and installing the Gtk# Documentation Compile and install monodoc cd monodoc/ ./autogen.sh --prefix=/usr/local make make install Compile the documentation for gtk-sharp cd gtk-sharp/doc make assemble cp gtk-sharp-docs.* `monodoc --get-sourcesdir` If things are fine, you should have in the Monodoc sources directory the following files: gtk-sharp-docs.source gtk-sharp-docs.tree gtk-sharp-docs.zip netdocs.source netdocs.tree netdocs.zip Start monodoc, by typing `monodoc' If it doesn't run, please change the paths in the makefile and point ASSEMBLER and BROWSER to where you put your assembler.exe and browser.exe.