forked from AuroraMiddleware/gtk
urilauncher: Add cross-references to the docs
This commit is contained in:
parent
3080cb7acd
commit
7aba9e3295
@ -29,8 +29,8 @@
|
||||
/**
|
||||
* GtkFileLauncher:
|
||||
*
|
||||
* A `GtkFileLauncher` object collects the arguments that are needed to open a uri
|
||||
* with an application.
|
||||
* A `GtkFileLauncher` object collects the arguments that are needed to open a
|
||||
* file with an application.
|
||||
*
|
||||
* Depending on system configuration, user preferences and available APIs, this
|
||||
* may or may not show an app chooser dialog or launch the default application
|
||||
@ -40,6 +40,8 @@
|
||||
* This API follows the GIO async pattern, and the result can be obtained by
|
||||
* calling [method@Gtk.FileLauncher.launch_finish].
|
||||
*
|
||||
* To launch uris that don't represent files, use [class@Gtk.UriLauncher].
|
||||
*
|
||||
* Since: 4.10
|
||||
*/
|
||||
|
||||
|
@ -40,6 +40,8 @@
|
||||
* This API follows the GIO async pattern, and the result can be obtained by
|
||||
* calling [method@Gtk.UriLauncher.launch_finish].
|
||||
*
|
||||
* To launch a file, use [class@Gtk.FileLauncher].
|
||||
*
|
||||
* Since: 4.10
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user