Add Vala example.

This commit is contained in:
levlam 2023-02-04 12:51:20 +03:00
parent 7f8c3e8402
commit 1724002c60
2 changed files with 10 additions and 0 deletions

View File

@ -218,6 +218,7 @@
<option>Clojure</option> <option>Clojure</option>
<option>D</option> <option>D</option>
<option>Elixir</option> <option>Elixir</option>
<option>Vala</option>
<option>C</option> <option>C</option>
<option>G</option> <option>G</option>
<option>Other</option> <option>Other</option>
@ -397,6 +398,7 @@ function getExampleAnchor(language) {
case 'Clojure': case 'Clojure':
case 'D': case 'D':
case 'Elixir': case 'Elixir':
case 'Vala':
case 'C': case 'C':
case 'G': case 'G':
return language.toLowerCase(); return language.toLowerCase();

View File

@ -32,6 +32,7 @@ Choose your preferred programming language to see examples of usage and a detail
- [Emacs Lisp](#emacslisp) - [Emacs Lisp](#emacslisp)
- [D](#d) - [D](#d)
- [Elixir](#elixir) - [Elixir](#elixir)
- [Vala](#vala)
- [1С](#1s) - [1С](#1s)
- [C](#c) - [C](#c)
- [G](#g) - [G](#g)
@ -280,6 +281,13 @@ TDLib can be used from the Elixir programming language.
See [Elixir TDLib](https://github.com/QuantLayer/elixir-tdlib) for an example of such usage and an Elixir client for TDLib. See [Elixir TDLib](https://github.com/QuantLayer/elixir-tdlib) for an example of such usage and an Elixir client for TDLib.
The library contains automatically generated and fully-documented classes for all TDLib API methods and objects. The library contains automatically generated and fully-documented classes for all TDLib API methods and objects.
<a name="vala"></a>
## Using TDLib in Vala projects
TDLib can be used from the Vala programming language.
See [TDLib Vala](https://github.com/AYMENJD/td-vala) for an example of such usage.
<a name="1s"></a> <a name="1s"></a>
## Using TDLib from 1С:Enterprise ## Using TDLib from 1С:Enterprise