ShootOptions.opener

Delegate that will be used to open url if desktop file is link. To set static function use std.functional.toDelegate. If it's null shootDesktopFile will use xdg-open.

struct ShootOptions
void delegate(string) opener;

Meta