I am using Adw.Application with PyGOject and I want to pass multiple ApplicationFlags to my application. But whatever I try, this does not seem to be supported. Mainly I want to pass “Gio.ApplicationFlags.HANDLES_OPEN” to let my app open files and “Gio.ApplicationFlags.HANDLES_COMMAND_LINE” so I can enable the “–file” argument for passing the files on the command line or possibly even something else in the future. So how can I initialize and application instance and pass multiple ApplicationFlags?