Gio.AppInfoIface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
add_supports_type |
r |
Adds to the [iface`Gio`.AppInfo] information about supported file types. |
|
can_delete |
r |
Checks if a [iface`Gio`.AppInfo] can be deleted. |
|
can_remove_supports_type |
r |
Checks for support for removing supported file types from a [iface`Gio`.AppInfo]. |
|
do_delete |
r |
Deletes a [iface`Gio`.AppInfo]. |
|
dup |
r |
Copies a [iface`Gio`.AppInfo]. |
|
equal |
r |
Checks two [iface`Gio`.AppInfo]s for equality. |
|
g_iface |
r |
The parent interface. |
|
get_commandline |
r |
Gets the commandline for the [iface`Gio`.AppInfo]. |
|
get_description |
r |
Gets a short description for the application described by the [iface`Gio`.AppInfo]. |
|
get_display_name |
r |
Gets the display name for the [iface`Gio`.AppInfo]. |
|
get_executable |
r |
Gets the executable name for the [iface`Gio`.AppInfo]. |
|
get_icon |
r |
Gets the [iface`Gio`.Icon] for the [iface`Gio`.AppInfo]. |
|
get_id |
r |
Gets a string identifier for a [iface`Gio`.AppInfo]. |
|
get_name |
r |
Gets the name of the application for a [iface`Gio`.AppInfo]. |
|
get_supported_types |
r |
Retrieves the list of content types that app_info claims to support. |
|
launch |
r |
Launches an application specified by the [iface`Gio`.AppInfo]. |
|
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 [iface`Gio`.AppInfo]. |
|
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 [method`Gio`.AppInfo.set_as_last_used_for_type]. |
|
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.