addApplication

fun addApplication(uri: String, name: String? = null, exec: String? = null)

Adds the application with @name and @exec to the list of applications that have registered a bookmark for @uri into

Since

2.12

Parameters

uri

a valid URI

name

the name of the application registering the bookmark or null

exec

command line to be used to launch the bookmark or null