done


Description:

[ Version ( since = "2.80" ) ]
public virtual void done ()

Signals that command line processing is completed.

For remote invocation, it causes the invoking process to terminate.

For local invocation, it does nothing.

This method should be called in the [signal@Gio.Application:GApplicationCommandLine:command-line] handler, after the exit status is set and all messages are printed.

After this call, set_exit_status has no effect. Subsequent calls to this method are no-ops.

This method is automatically called when the ApplicationCommandLine object is disposed — so you can omit the call in non-garbage collected languages.

Parameters:

this

a ApplicationCommandLine