summaryrefslogtreecommitdiff
path: root/docs/markdown/Vala.md
AgeCommit message (Collapse)Author
2023-04-11fix various spelling issuesJosh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2021-10-03docs: Fix broken linksDaniel Mensinger
2021-08-18docs: Remove the deleted function find_libraryDaniel Mensinger
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2020-11-29Update Vala Preprocessor section in documentation. Closes: #8040 [skip ci]Jerry Casiano
2020-07-19Fix dirs typo in Vala docs [skip ci]wb9688
Co-authored-by: wb9688 <wb9688@users.noreply.github.com>
2019-12-07Add brief description of configuring Vala's preprocessor via the ↵Ken Gilmer
add_project_arguments() function. [skip ci]
2019-11-06Fix typos found by codespellWolfgang Stöggl
- Typos were found by codespell v1.16.0
2019-05-22join_paths => / [skip ci]Michael Hirsch, Ph.D
2019-01-20docs: update URI for vala-extra-vapis repository [skip ci]Alistair Thomas
2019-01-15docs: Explain how to use a Vala project's VAPI files with find_library() ↵Alistair Thomas
[skip ci] The Vala compiler object's find_libary() method needs the 'dir' keyword to add a project's local vapi dir to the VAPI search path. See https://github.com/mesonbuild/meson/issues/4702
2018-12-19docs: make clearer difference between using and building libraries in Vala ↵Alistair Thomas
[skip ci]
2017-10-23docs: Remove unnecessary trailing whitespacesLuis Menina
2017-07-22docs: add missing parenthesesIgor Gnatenko
[skip ci]
2017-06-26Recognise .gs extension as a Vala sourceAlistair Thomas
2017-05-13vala: Fix typos and cover dependencies without pkg-config file in docsGuillaume Poirier-Morency
2017-05-13vala: Cover 'find_library' usage and be more explicit for default install ↵Guillaume Poirier-Morency
directories in docs
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer
2017-04-28Update Vala documentation with most recent changesGuillaume Poirier-Morency
Cover installation using the `install_dir` array and the additional arguments for specifying the C header, VAPI and GIR names.
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.