Gjsify LogoGjsify Logo

Hierarchy

  • RepoCommitTraverseIter

Index

Constructors

Properties

dummy: object[]
dummy_checksum_data: number[]
initialized: boolean
name: string

Methods

  • clear(): void
  • get_dir(): [string, string, string]
  • Return information on the current directory. This function may only be called if %OSTREE_REPO_COMMIT_ITER_RESULT_DIR was returned from ostree_repo_commit_traverse_iter_next().

    Returns [string, string, string]

  • get_file(): [string, string]
  • Return information on the current file. This function may only be called if %OSTREE_REPO_COMMIT_ITER_RESULT_FILE was returned from ostree_repo_commit_traverse_iter_next().

    Returns [string, string]

  • Step the interator to the next item. Files will be returned first, then subdirectories. Call this in a loop; upon encountering %OSTREE_REPO_COMMIT_ITER_RESULT_END, there will be no more files or directories. If %OSTREE_REPO_COMMIT_ITER_RESULT_DIR is returned, then call ostree_repo_commit_traverse_iter_get_dir() to retrieve data for that directory. Similarly, if %OSTREE_REPO_COMMIT_ITER_RESULT_FILE is returned, call ostree_repo_commit_traverse_iter_get_file().

    If %OSTREE_REPO_COMMIT_ITER_RESULT_ERROR is returned, it is a program error to call any further API on iter except for ostree_repo_commit_traverse_iter_clear().

    Parameters

    Returns RepoCommitIterResult

  • cleanup(p: object): void

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