Open Filipp-Druan opened 1 year ago
Your application ID is invalid. For example, you can set it to org.filipp.qwertyuiop
.
Thanks! Can you write rules of application id naming in documentation?
I suggest creating a file of NOTES in which to put such non-obvious points.
In the official documentation of GTK4, it is mentioned in the new
constructor of Application
:
If
application_id
is not NULL, then it must be valid. Seeg_application_id_is_valid()
.
Please refer to the GIO documentation for the rules regarding application IDs.
Currently I haven't found a good way to embed the official documentation of GTK and related libraries into Lisp's Docstring. Therefore, referring to the official documentation directly is still the preferred method for troubleshooting.
Hello! I tried to write the most simple application:
When I called main function I got this:
application = NIL