Documentation
Dlang.org
GAppInfoIface.launchUrisAsync
gio
c
types
GAppInfoIface
Asynchronously launches an application with a list of URIs. (Since: 2.60)
struct
GAppInfoIface
extern (
C
)
void
function
(
GAppInfo
*
appinfo
,
GList
*
uris
,
GAppLaunchContext
*
context
,
GCancellable
*
cancellable
,
GAsyncReadyCallback
callback
,
void
*
userData
)
launchUrisAsync
;
gio
c
types
GAppInfoIface
variables
addSupportsType
canDelete
canRemoveSupportsType
doDelete
dup
equal
gIface
getCommandline
getDescription
getDisplayName
getExecutable
getIcon
getId
getName
getSupportedTypes
launch
launchUris
launchUrisAsync
launchUrisFinish
removeSupportsType
setAsDefaultForExtension
setAsDefaultForType
setAsLastUsedForType
shouldShow
supportsFiles
supportsUris
Asynchronously launches an application with a list of URIs. (Since: 2.60)