docs: Emphasize requirement to give filenames as arguments
authorandy5995 <arch_stanton5995@protonmail.com>
Sun, 11 Dec 2022 09:18:53 +0000 (03:18 -0600)
committerandy5995 <arch_stanton5995@protonmail.com>
Tue, 13 Dec 2022 05:40:07 +0000 (23:40 -0600)
(related to #5430)

docs/reference/gtk/getting_started.md

index 079dec4068ea757b83b4c66f1dfb319c23391219..03660763f179d11b2259ee3064f57abf899399e6 100644 (file)
@@ -1018,6 +1018,10 @@ Our application now looks like this:
 In this step, we make our application show the content of all the files
 that it is given on the commandline.
 
+**Note: Providing filenames (e.g. `./exampleapp examplewin.c examplewin.h`) at
+the command line is a requirement for example apps 3-9 to display as shown in
+the screenshots below.**
+
 To this end, we add a member to the struct of our application window subclass
 and keep a reference to the `GtkStack` there. The first member of the struct
 should be the parent type from which the class is derived. Here,