Add G graphical programming language to build.html.

This commit is contained in:
levlam 2022-03-11 13:46:45 +03:00
parent b9e0d07e07
commit 2a44a0f357
2 changed files with 6 additions and 4 deletions

View File

@ -207,6 +207,7 @@
<option>D</option>
<option>Elixir</option>
<option>C</option>
<option>G</option>
<option>Other</option>
</select>
</div>
@ -384,6 +385,7 @@ function getExampleAnchor(language) {
case 'D':
case 'Elixir':
case 'C':
case 'G':
return language.toLowerCase();
case 'Object Pascal':
return 'object-pascal';

View File

@ -34,7 +34,7 @@ Choose your preferred programming language to see examples of usage and a detail
- [Elixir](#elixir)
- [1С](#1s)
- [C](#c)
- [LabVIEW](#labview)
- [G](#g)
- [Other](#other)
<a name="python"></a>
@ -285,10 +285,10 @@ TDLib can be used from the C programming language through the [JSON](https://git
You can also try to use our [C](https://github.com/tdlib/td/blob/master/td/telegram/td_c_client.h) client, which was used by the private TDLib-based version of [telegram-cli](https://github.com/vysheng/tg).
<a name="labview"></a>
## Using TDLib from LabVIEW projects
<a name="g"></a>
## Using TDLib from G projects
TDLib can be used from the LabVIEW programming language.
TDLib can be used from the G graphical programming language in LabVIEW development environment.
See [TDLib bindings for LabVIEW](https://github.com/IvanLisRus/Telegram-Client_TDLib) for examples of such usage.