mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Docs: Fixed a typo.
This commit is contained in:
parent
7654a848e2
commit
bbe7eb09ec
@ -579,12 +579,12 @@ g_app_info_supports_files (GAppInfo *appinfo)
|
|||||||
* @launch_context: (allow-none): a #GAppLaunchContext or %NULL
|
* @launch_context: (allow-none): a #GAppLaunchContext or %NULL
|
||||||
* @error: a #GError
|
* @error: a #GError
|
||||||
*
|
*
|
||||||
* Launches the application. Passes @uris to the launched application
|
* Launches the application. This passes the @uris to the launched application
|
||||||
* as arguments, using the optional @launch_context to get information
|
* as arguments, using the optional @launch_context to get information
|
||||||
* about the details of the launcher (like what screen it is on).
|
* about the details of the launcher (like what screen it is on).
|
||||||
* On error, @error will be set accordingly.
|
* On error, @error will be set accordingly.
|
||||||
*
|
*
|
||||||
* To lauch the application without arguments pass a %NULL @uris list.
|
* To launch the application without arguments pass a %NULL @uris list.
|
||||||
*
|
*
|
||||||
* Note that even if the launch is successful the application launched
|
* Note that even if the launch is successful the application launched
|
||||||
* can fail to start if it runs into problems during startup. There is
|
* can fail to start if it runs into problems during startup. There is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user