decide_destination


Description:

public virtual signal bool decide_destination (string suggested_filename)

This signal is emitted after response is received to decide a destination URI for the download.

If this signal is not handled the file will be downloaded to g_user_directory_download directory using suggested_filename.

Parameters:

suggested_filename

the filename suggested for the download

Returns:

true to stop other handlers from being invoked for the event. false to propagate the event further.




2022 vala-language.org