libgit2.buffer

Members

Functions

GIT_BUF_INIT
GIT_BUF_INIT()

Use to initialize a git_buf before passing it to a function that will populate it.

git_buf_dispose
void git_buf_dispose(.git_buf* buffer)

Free the memory referred to by the git_buf.

Structs

git_buf
struct git_buf

A data buffer for exporting data from libgit2

Meta

License

GPL-2.0(Linking Exception)