GNOME Bugzilla – Bug 783524
Be more explicit about how the program name might be automatically set
Last modified: 2017-06-07 19:40:46 UTC
I was comparing the start-up sequence of a GJS application using package.js with that of its pure C and GLib counterpart, and realized that the program name (via g_set_prgname) isn't just set by gtk_init. It might be nice to update the documentation to also mention GApplication.
Created attachment 353356 [details] [review] docs: The program name is also set by g_application_run
Review of attachment 353356 [details] [review]: sure, looks good