aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Vala.md
AgeCommit message (Collapse)AuthorFilesLines
2020-07-19Fix dirs typo in Vala docs [skip ci]wb96881-1/+1
Co-authored-by: wb9688 <wb9688@users.noreply.github.com>
2019-12-07Add brief description of configuring Vala's preprocessor via the ↵Ken Gilmer1-0/+5
add_project_arguments() function. [skip ci]
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
- Typos were found by codespell v1.16.0
2019-05-22join_paths => / [skip ci]Michael Hirsch, Ph.D1-4/+4
2019-01-20docs: update URI for vala-extra-vapis repository [skip ci]Alistair Thomas1-2/+2
2019-01-15docs: Explain how to use a Vala project's VAPI files with find_library() ↵Alistair Thomas1-13/+45
[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 Thomas1-32/+219
[skip ci]
2017-10-23docs: Remove unnecessary trailing whitespacesLuis Menina1-7/+7
2017-07-22docs: add missing parenthesesIgor Gnatenko1-1/+1
[skip ci]
2017-06-26Recognise .gs extension as a Vala sourceAlistair Thomas1-3/+3
2017-05-13vala: Fix typos and cover dependencies without pkg-config file in docsGuillaume Poirier-Morency1-3/+13
2017-05-13vala: Cover 'find_library' usage and be more explicit for default install ↵Guillaume Poirier-Morency1-1/+13
directories in docs
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer1-0/+1
2017-04-28Update Vala documentation with most recent changesGuillaume Poirier-Morency1-42/+39
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 Saunier1-0/+78
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.