-Please read our wiki page [Documentation for Contributors to Vala](https://wiki.gnome.org/Projects/Vala/DeveloperDocumentation)
+Please read our [Documentation for Contributors to Vala](https://docs.vala.dev/contributor-guide/)
\ No newline at end of file
written in e.g. C# as the Vala parser is written as a library, so that
all compile-time information is available when generating a binding.
-More information about Vala is available at [https://wiki.gnome.org/Projects/Vala/](https://wiki.gnome.org/Projects/Vala/)
+More information about Vala is available at [https://vala.dev](https://vala.dev)
## Building Vala
Current releases of source tarballs can be downloaded via:
-https://wiki.gnome.org/Projects/Vala
+https://download.gnome.org/sources/vala/
or the vala-bootstrap module is available at:
LGPL-2.1-only
</project_license>
<url type="homepage">
- https://wiki.gnome.org/Projects/Vala/
+ https://vala.dev
</url>
<url type="bugtracker">
https://gitlab.gnome.org/GNOME/vala/-/issues
AC_INIT([vala], m4_esyscmd([build-aux/git-version-gen --prefix '' .tarball-version]),
[https://gitlab.gnome.org/GNOME/vala/issues],
[vala],
- [https://wiki.gnome.org/Projects/Vala])
+ [https://vala.dev])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS(config.h)
-
* - ``ModuleInit``
- method
- - Marks the associated type as dynamic, and marks the method as a `TypeModule <https://valadoc.org/gobject-2.0/GLib.TypeModule>`__ init function. See `TypeModule example <https://wiki.gnome.org/Projects/Vala/TypeModuleSample>`__
+ - Marks the associated type as dynamic, and marks the method as a `TypeModule <https://valadoc.org/gobject-2.0/GLib.TypeModule>`__ init function. See `TypeModule example <https://docs.vala.dev/developer-guides/plugins/01-type-modules.html>`__
* - ``NoAccessorMethod``
- property
-
Using Properties
~~~~~~~~~~~~~~~~
-For more examples see: `Samples for Class
-Properties <https://live.gnome.org/Vala/PropertiesSample>`__
-
Virtual Properties
''''''''''''''''''
This is the reference for all features, syntax elements, internals and generated output of Vala.
It is not the best place to learn about Vala and especially for beginners might not be easy to understand.
-A good first tutorial for beginners is the `Vala Tutorial <https://wiki.gnome.org/Projects/Vala/Tutorial>`__.
+A good first tutorial for beginners is the `Vala Tutorial <https://docs.vala.dev/tutorials/programming-language/main.html>`__.
If you want to write a GUI app start `here <https://developer.gnome.org/documentation/tutorials/beginners/getting_started.html>`__.
To contribute to this reference you can submit merge requests to the `Gitlab repository <https://gitlab.gnome.org/GNOME/vala>`__.
.SH BUGS
https://gitlab.gnome.org/GNOME/vala/issues
.SH "HOMEPAGE OR CONTACT"
-https://wiki.gnome.org/Projects/Vala
+https://vala.dev
.SH AUTHORS
J??rg Billeter, Raffaele Sandrini.
.SH EXAMPLES
https://gitlab.gnome.org/GNOME/vala/issues
[HOMEPAGE or CONTACT]
-https://wiki.gnome.org/Projects/Vala
+https://vala.dev
[SEE ALSO]
vapigen (1)
.SH BUGS
https://gitlab.gnome.org/GNOME/vala/issues
.SH "HOMEPAGE OR CONTACT"
-https://wiki.gnome.org/Projects/Vala
+https://vala.dev
.SH FEATURES
Interfaces, properties, signals, foreach, lambda expressions, type
inference for local variables, generics, non-null types, assisted memory
https://gitlab.gnome.org/GNOME/vala/issues
[HOMEPAGE or CONTACT]
-https://wiki.gnome.org/Projects/Vala
+https://vala.dev
[FEATURES]
Interfaces, properties, signals, foreach, lambda expressions, type
.SH BUGS
https://gitlab.gnome.org/GNOME/vala/issues
.SH "HOMEPAGE OR CONTACT"
-https://wiki.gnome.org/Projects/Valadoc
+https://docs.vala.dev
.SH AUTHORS
Florian Brosch
https://gitlab.gnome.org/GNOME/vala/issues
[HOMEPAGE or CONTACT]
-https://wiki.gnome.org/Projects/Valadoc
+https://docs.vala.dev
[AUTHORS]
Florian Brosch
.SH BUGS
https://gitlab.gnome.org/GNOME/vala/issues
.SH "HOMEPAGE OR CONTACT"
-https://wiki.gnome.org/Projects/Vala
+https://vala.dev
.SH AUTHORS
J??rg Billeter, Raffaele Sandrini.
.SH EXAMPLES
https://gitlab.gnome.org/GNOME/vala/issues
[HOMEPAGE or CONTACT]
-https://wiki.gnome.org/Projects/Vala
+https://vala.dev
[SEE ALSO]
vala-gen-introspect (1)
writer.simple_tag ("br");
writer.start_tag ("div", {"class", "site_footer"});
writer.text ("Generated by ");
- writer.link ("https://wiki.gnome.org/Projects/Valadoc", "<kbd>valadoc</kbd>");
+ writer.link ("https://docs.vala.dev", "<kbd>valadoc</kbd>");
writer.end_tag ("div");
writer.end_tag ("body");
writer.end_tag ("html");
a library, so that all compile-time information is available when generating a
binding.</description>
- <homepage rdf:resource="https://wiki.gnome.org/Projects/Vala" />
+ <homepage rdf:resource="https://vala.dev" />
<developer-forum rdf:resource="https://discourse.gnome.org/tag/vala" />
- <download-page rdf:resource="https://wiki.gnome.org/Projects/Vala/Release" />
+ <download-page rdf:resource="https://download.gnome.org/sources/vala/" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/vala/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
public string[] fetch_all ();
}
- /* Simple XML Subset Parser
- See http://live.gnome.org/Vala/MarkupSample for an example */
-
[CCode (has_type_id = false)]
public errordomain MarkupError {
BAD_UTF8,
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
-# See http://live.gnome.org/Vala/UpstreamGuide for detailed documentation
-#
# Variables:
#
# VAPIGEN_FILES
# --------------------------------------
# Check vapigen existence and version
#
-# See http://live.gnome.org/Vala/UpstreamGuide for detailed documentation
AC_DEFUN([VAPIGEN_CHECK],
[
AS_IF([test "x$3" != "xyes"], [