Gjsify LogoGjsify Logo

Hierarchy

  • VfsFileLookupFunc

Callable

  • VfsFileLookupFunc(vfs: Vfs, identifier: string): Gio.File
  • This function type is used by g_vfs_register_uri_scheme() to make it possible for a client to associate an URI scheme to a different #GFile implementation.

    The client should return a reference to the new file that has been created for uri, or %NULL to continue with the default implementation.

    Parameters

    • vfs: Vfs

      a #GVfs

    • identifier: string

      the identifier to look up a #GFile for. This can either be an URI or a parse name as returned by g_file_get_parse_name()

    Returns Gio.File

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method