gtk/examples/hello
Matthias Clasen 05f488011a Add a README to examples/hello
Just so nobody wonders why there's a meson.build
in this subdirectory.
2023-05-13 21:56:29 -04:00
..
hello-world.c Fix a deprecation warning 2023-02-02 09:03:26 +01:00
meson.build
README.md Add a README to examples/hello 2023-05-13 21:56:29 -04:00

A trivial example

This is a very minimal example of an app that can be built against GTK. We use this in CI to test that building against the installed GTK works.

That is why there is a standalone meson.build in this subdirectory.