Package org.gnome.gio
Interface DesktopAppInfoLookup
- All Superinterfaces:
Proxy
- All Known Implementing Classes:
DesktopAppInfoLookup.DesktopAppInfoLookupImpl
@Generated("io.github.jwharm.JavaGI")
@Deprecated
public interface DesktopAppInfoLookup
extends Proxy
Deprecated.
GDesktopAppInfoLookup
is an opaque data structure and can only be accessed
using the following functions.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Deprecated.Interface that is used by backends to associate default handlers with URI schemes.static class
Deprecated.The DesktopAppInfoLookupImpl type represents a native instance of the DesktopAppInfoLookup interface. -
Method Summary
Modifier and TypeMethodDescriptiondefault AppInfo
getDefaultForUriScheme
(String uriScheme) Deprecated.static Type
getType()
Deprecated.Get the GType of the DesktopAppInfoLookup class
-
Method Details
-
getType
Deprecated.Get the GType of the DesktopAppInfoLookup class- Returns:
- the GType
-
getDefaultForUriScheme
Deprecated.TheDesktopAppInfoLookup
interface is deprecated and unused by GIO.Gets the default application for launching applications using this URI scheme for a particularDesktopAppInfoLookup
implementation.The
DesktopAppInfoLookup
interface and this function is used to implementAppInfo.getDefaultForUriScheme(java.lang.String)
backends in a GIO module. There is no reason for applications to use it directly. Applications should useAppInfo.getDefaultForUriScheme(java.lang.String)
.- Parameters:
uriScheme
- a string containing a URI scheme.- Returns:
AppInfo
for givenuriScheme
orNULL
on error.
-
DesktopAppInfoLookup
interface is deprecated and unused by GIO.