Function
Dexapp_info_launch_default_for_uri
unstable since: 1.2
Declaration [src]
DexFuture*
dex_app_info_launch_default_for_uri (
const char* uri,
GAppLaunchContext* context
)
Parameters
uri-
Type:
const char*A URI to launch.
The data is owned by the caller of the function. The value 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.