Gio.Application::open

connect('open', function (application, files: Array(Gio.File), hint: String, ): void);
  

The ::open signal is emitted on the primary instance when there are files to open. See Gio.Application.prototype.open for more information.

application

instance of Gio.Application that is emitting the signal

files

an array of #GFiles

hint

a hint provided by the calling instance