appinfo: Fix documentation cross-reference

g_app_info_launch_default_for_uri() should link to _async() as an alternative, not to itself.
This commit is contained in:
Simon McVittie 2019-03-13 14:52:10 +00:00
parent 8ec492ba4e
commit b94a0fc2b4

View File

@ -778,7 +778,7 @@ g_app_info_should_show (GAppInfo *appinfo)
* *
* The D-Busactivated applications don't have to be started if your application * The D-Busactivated applications don't have to be started if your application
* terminates too soon after this function. To prevent this, use * terminates too soon after this function. To prevent this, use
* g_app_info_launch_default_for_uri() instead. * g_app_info_launch_default_for_uri_async() instead.
* *
* Returns: %TRUE on success, %FALSE on error. * Returns: %TRUE on success, %FALSE on error.
**/ **/