diff --git a/source/introduction/languages.rst b/source/introduction/languages.rst index d07580240dc13de90d509ba6c2e3674b81bfc372..88415154a0eeadf05a913d4aafa439427de8573f 100644 --- a/source/introduction/languages.rst +++ b/source/introduction/languages.rst @@ -1,7 +1,7 @@ Programming Languages ===================== -GNOME applications can be written in a range of languages, including C++, Javascript, Python, Rust and Vala. This page provides an overview of the languages that are available, with links to the relevant developer documentation. +GNOME applications can be written in a range of languages, including C, C++, Javascript, Python, Rust and Vala. This page provides an overview of the languages that are available, with links to the relevant developer documentation. Overview -------- @@ -25,6 +25,11 @@ The following languages can be used to write GNOME applications. - Project - Documentation - Notes + * - C + - `GTK `__ + - `Documentation overview `__ + - GTK and its supporting libraries provide the standard implementation of + the GNOME platform. * - C++ - `gtkmm `__ - `Documentation overview `__