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>D</option>
<option>Elixir</option> <option>Elixir</option>
<option>C</option> <option>C</option>
<option>G</option>
<option>Other</option> <option>Other</option>
</select> </select>
</div> </div>
@ -384,6 +385,7 @@ function getExampleAnchor(language) {
case 'D': case 'D':
case 'Elixir': case 'Elixir':
case 'C': case 'C':
case 'G':
return language.toLowerCase(); return language.toLowerCase();
case 'Object Pascal': case 'Object Pascal':
return '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) - [Elixir](#elixir)
- [1С](#1s) - [1С](#1s)
- [C](#c) - [C](#c)
- [LabVIEW](#labview) - [G](#g)
- [Other](#other) - [Other](#other)
<a name="python"></a> <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). 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> <a name="g"></a>
## Using TDLib from LabVIEW projects ## 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. See [TDLib bindings for LabVIEW](https://github.com/IvanLisRus/Telegram-Client_TDLib) for examples of such usage.