| Top |  |  |  |  | 
GgitStatusOptions *
ggit_status_options_copy (GgitStatusOptions *status_options);
Copies status_options
 into a newly allocated GgitStatusOptions.
void
ggit_status_options_free (GgitStatusOptions *status_options);
Frees status_options
.
GgitStatusOptions * ggit_status_options_new (GgitStatusOption options,GgitStatusShow show,const gchar **pathspec);
Creates a new GgitStatusOptions for use in ggit_repository_stash_foreach.
Status options specified when using ggit_repository_file_status_foreach.
Show options for ggit_repository_file_status_foreach. Determines which files are included in the status.
| receive one callback for each file, even if the file is in both the index and the workdir (combining GgitStatusFlags). | ||
| only receive callbacks for files in the index. | ||
| only receive callbacks for files in the workdir. |