Method
GgitRepositorycreate_tree_builder_from_tree
Declaration [src]
GgitTreeBuilder*
ggit_repository_create_tree_builder_from_tree (
GgitRepository* repository,
GgitTree* tree,
GError** error
)
Description [src]
Create a tree builder for initialized with tree
. To create an empty
tree builder, use #ggit_repository_create_tree_builder instead.
Parameters
tree |
GgitTree |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GgitTreeBuilder |
A new |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |