get_dialog_parent_full


Description:

[ HasEmitter ]
[ Version ( since = "3.42" ) ]
public signal unowned Window? get_dialog_parent_full (Source? auth_source)

Emitted when a new dialog will be shown, to get the right parent window for it.

If the result of the call is null, then it tries to get the window from the default GtkApplication.

Parameters:

auth_source

an Source, for which to show the credentials prompt

Returns:

a Window, to be used as a dialog parent, or null .