Function
Dexapp_info_launch_uris
unstable since: 1.2
Declaration [src]
DexFuture*
dex_app_info_launch_uris (
GAppInfo* appinfo,
GList* uris,
GAppLaunchContext* context
)
Parameters
appinfo-
Type:
GAppInfoA
GAppInfo.The data is owned by the caller of the function. uris-
Type: A list of
utf8URIs to launch.
The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. context-
Type:
GAppLaunchContextA
GAppLaunchContext, orNULL.The argument can be NULL.The data is owned by the caller of the function.