Function
GgitStatusOptionsnew
Declaration [src]
GgitStatusOptions*
ggit_status_options_new (
GgitStatusOption options,
GgitStatusShow show,
const gchar** pathspec
)
Parameters
options |
GgitStatusOption |
Status options. |
|
show |
GgitStatusShow |
Status show options. |
|
pathspec |
An array of gchar* |
Which paths to show, defaults to showing all paths. |
|
The argument can be NULL . | |
The array must be NULL -terminated. | |
The data is owned by the caller of the function. | |
Each element is a NUL terminated UTF-8 string. |
Return value
Returns: | GgitStatusOptions |
A newly allocated |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |