DesktopAppInfo.getImplementations

gio.desktop_app_info.DesktopAppInfo[] getImplementations(string interface_)

Gets all applications that implement interface.

An application implements an interface if that interface is listed in the Implements= line of the desktop file of the application.

Parameters

interface_the name of the interface

Returns

a list of #GDesktopAppInfo

objects.