Update docs/reference/gtk/getting_started.md
authorBobby Neal <snakesandstuff@gmail.com>
Sun, 26 Feb 2023 17:04:17 +0000 (17:04 +0000)
committerBobby Neal <snakesandstuff@gmail.com>
Sun, 26 Feb 2023 17:04:17 +0000 (17:04 +0000)
docs/reference/gtk/getting_started.md

index 656683516cf4b383834435cab4c5f4eae7a347ae..483a5dd4946f7a4dd3c1562694a37168e535d718 100644 (file)
@@ -66,6 +66,8 @@ You can compile the program above with GCC using:
 gcc $( pkg-config --cflags gtk4 ) -o example-0 example-0.c $( pkg-config --libs gtk4 )
 ```
 
+If the above compilation does not work due to an error regarding "G_APPLICATION_DEFAULT_FLAGS" this could be due to a recent change in GLib/GIO. If your distribution is using a slightly older version you will want to replace this with G_APPLICATION_FLAGS_NONE for this example and others in this documentation.
+
 For more information on how to compile a GTK application, please
 refer to the [Compiling GTK Applications](compiling.html)
 section in this reference.