Package ch.bailu.gtk.gio
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.
-
Method Summary
Modifier and TypeMethodDescriptiononGetDefaultForUriScheme
(CallbackHandler __self, DesktopAppInfoLookup lookup, Str uri_scheme)
-
Method Details
-
onGetDefaultForUriScheme
AppInfo onGetDefaultForUriScheme(CallbackHandler __self, @Nonnull DesktopAppInfoLookup lookup, @Nonnull Str uri_scheme) - Parameters:
lookup
- a #GDesktopAppInfoLookupuri_scheme
- a string containing a URI scheme.- Returns:
- #GAppInfo for given @uri_scheme or %NULL on error.
-