Gio.AppInfoIface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
add_supports_type |
r |
Adds to the |
|
can_delete |
r |
Checks if a |
|
can_remove_supports_type |
r |
Checks for support for removing supported file types from a |
|
do_delete |
r |
Deletes a |
|
dup |
r |
Copies a |
|
equal |
r |
Checks two |
|
g_iface |
r |
The parent interface. |
|
get_commandline |
r |
Gets the commandline for the |
|
get_description |
r |
Gets a short description for the application described by the |
|
get_display_name |
r |
Gets the display name for the |
|
get_executable |
r |
Gets the executable name for the |
|
get_icon |
r |
Gets the |
|
get_id |
r |
Gets a string identifier for a |
|
get_name |
r |
Gets the name of the application for a |
|
get_supported_types |
r |
Retrieves the list of content types that app_info claims to support. |
|
launch |
r |
Launches an application specified by the |
|
launch_uris |
r |
Launches an application with a list of URIs. |
|
launch_uris_async |
r |
Asynchronously launches an application with a list of URIs. |
|
launch_uris_finish |
r |
Finishes an operation started with launch_uris_async. |
|
remove_supports_type |
r |
Removes a supported application type from a |
|
set_as_default_for_extension |
r |
Sets an application as default for a given file extension. |
|
set_as_default_for_type |
r |
Sets an application as default for a given content type. |
|
set_as_last_used_for_type |
r |
Sets the application as the last used. See |
|
should_show |
r |
Returns whether an application should be shown (e.g. when getting a list of installed applications). FreeDesktop.Org Startup Notification Specification. |
|
supports_files |
r |
Indicates whether the application specified accepts filename arguments. |
|
supports_uris |
r |
Indicates whether the application specified supports launching URIs. |
Methods¶
None
Details¶
- class Gio.AppInfoIface¶
Application Information interface, for operating system portability.