GtkOpenListener typedef

GtkOpenListener = void Function(List<String> files, String hint)

The signature of a callback that receives remote file open requests.

See also:

Implementation

typedef GtkOpenListener = void Function(List<String> files, String hint);