mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 13:35:38 +00:00
faa783fba7
param const * glib/Marshaller.cs (Utf8PtrToString): Add an IntPtr[]->string[] overload, since that's what we actually need in the case where it's used (above). Leave the IntPtr[]->string[] overload of PtrToStringGFree in case anyone is using it manually. * gtk/Gtk.metadata: hide GtkModuleInitFunc and GtkModuleDisplayInitFunc; they are the signatures of user-defined methods that gtk only ever resolves via g_module_symbol(), so they're not useful from C#. (And the marshalling was all wrong anyway...) svn path=/trunk/gtk-sharp/; revision=43461 |
||
---|---|---|
.. | ||
en | ||
updater | ||
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.