Virtual Method

GgitCheckoutOptionsnotify

Declaration [src]

gint
notify (
  GgitCheckoutOptions* options,
  GgitCheckoutNotifyFlags why,
  const gchar* path,
  GgitDiffFile* baseline,
  GgitDiffFile* target,
  GgitDiffFile* workdir
)

Description

No description available.

Parameters

why GgitCheckoutNotifyFlags
  No description available.
path const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
baseline GgitDiffFile
  No description available.
 The data is owned by the caller of the function.
target GgitDiffFile
  No description available.
 The data is owned by the caller of the function.
workdir GgitDiffFile
  No description available.
 The data is owned by the caller of the function.

Return value

Returns: gint
  No description available.