Interface DesktopAppInfoLookupIface.OnGetDefaultForUriScheme

Enclosing class:
DesktopAppInfoLookupIface
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DesktopAppInfoLookupIface.OnGetDefaultForUriScheme
  • Method Details

    • onGetDefaultForUriScheme

      AppInfo onGetDefaultForUriScheme(CallbackHandler __self, @Nonnull DesktopAppInfoLookup lookup, @Nonnull Str uri_scheme)
      Parameters:
      lookup - a #GDesktopAppInfoLookup
      uri_scheme - a string containing a URI scheme.
      Returns:
      #GAppInfo for given @uri_scheme or %NULL on error.