Documentation: Update GML information and manpage links in FileFormats

This commit is contained in:
kleines Filmröllchen 2022-03-29 18:27:19 +02:00 committed by Brian Gianforcaro
parent 426a09ca4a
commit 684c39bc19
Notes: sideshowbarker 2024-07-17 16:22:43 +09:00

View file

@ -67,10 +67,10 @@ Most prominently, the first four bytes contain the filemagic: `!Fnt`.
## GUI Markup Language (`*.gml` files)
These files are human-readable, have no easily detectable filemagic, and define GUI interfaces.
These files are human-readable, have no easily detectable filemagic, and define GUI designs and layouts.
The format is strongly influenced by QML, the Qt Modeling Language.
See also [Playground(1)](../Userland/DevTools/Playground/) and `Widget::load_from_gml` in [`Userland/Libraries/LibGUI/Widget.cpp`](../Userland/Libraries/LibGUI/Widget.cpp).
See the [GML manpage(s)](../Base/usr/share/man/man5/GML.md), [Playground(1)](../Userland/DevTools/Playground/), and the [GML support in LibGUI](../Userland/Libraries/LibGUI/GML/).
## Inter Process Communication (`*.ipc` files)