Interface

GioUnix-2.0GioUnixDesktopAppInfoLookupInterface

Interface for implementing DesktopAppInfoLookup. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_get_default_for_uri_scheme(uri_scheme: string): Gio.AppInfo | null;
}

Hierarchy (View Summary)

Index

Methods