addCommandLineListener method

void addCommandLineListener(
  1. GtkCommandLineListener listener
)

Adds a listener that will be notified when the application receives remote command-line arguments.

Implementation

void addCommandLineListener(GtkCommandLineListener listener) {
  _commandLineListeners.add(listener);
}