GtkCommandLineListener typedef

GtkCommandLineListener = void Function(List<String> args)

The signature of a callback that receives remote command-line arguments.

See also:

Implementation

typedef GtkCommandLineListener = void Function(List<String> args);