Vala 0.5.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Vala 0.5.3 (Default branch)
# 1  
Old 12-17-2008
Vala 0.5.3 (Default branch)

Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements, and without using a different ABI compared to applications and libraries written in C. License: GNU Lesser General Public License (LGPL) Changes:
D-Bus server support has been rewritten to directly use libdbus. Avoiding dbus-glib marshalling helps Vala to support complex D-Bus types more easily. All Vala structs will now be registered with GBoxed. Many critical warnings and crashes on invalid code have been fixed and replaced by better understandable error messages. Private class fields and class destructors are now supported. The vala-gen-project has been dropped from the package, and is now part of Vala Toys for gEdit. Many bugs have been fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
valadoc(1)							      Valadoc								valadoc(1)

NAME
valadoc - Vala Documentation Tool SYNOPSIS
valadoc [OPTION]... FILE... DESCRIPTION
Valadoc is a documentation generator for generating API documentation from Vala source code based on libvala. OPTIONS
--help -b, --basedir=DIRECTORY Base source directory -D, --define=SYMBOL Define SYMBOL --enable-checking Enable additional run-time checks --enable-deprecated Enable deprecated features --enable-experimental Enable experimental features --enable-experimental-non-null Enable experimental enhancements for non-null types --disable-dbus-transformation Disable transformation of D-Bus member names --vapidir=DIRECTORY Look for package bindings in DIRECTORY --docudir=DIRECTORY Look for external documentation in DIRECTORY --profile=PROFILE Use the given profile instead of the default --pkg=PACKAGE Include binding for PACKAGE -o, --directory=DIRECTORY Output directory --wiki=DIRECTORY Wiki directory --deps Adds packages to the documentation -X, --doclet-arg=ARG Pass arguments to the doclet --doclet=PLUGIN Name of an included doclet or path to custom doclet --no-protected Removes protected elements from documentation --internal Adds internal elements to documentation --private Adds private elements to documentation --package-name=NAME Package name --package-version=VERSION Package version --force Force --verbose Show all warnings HOMEPAGE AND BUG REPORT
http://live.gnome.org/Valadoc AUTHORS
Florian Brosch Man page written to conform with Debian by Evan Nemerson. valadoc-0.2 26 April 2010 valadoc(1)