mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
docs: update docs for bindings and api
This commit is contained in:
parent
a3213a88a2
commit
9d61584165
52 changed files with 352 additions and 209 deletions
|
@ -317,6 +317,8 @@ final _finalizer = Finalizer<Pointer<git_remote>>(
|
|||
class TransferProgress {
|
||||
/// Initializes a new instance of [TransferProgress] class from provided
|
||||
/// pointer to transfer progress object in memory.
|
||||
///
|
||||
/// Note: For internal use.
|
||||
const TransferProgress(this._transferProgressPointer);
|
||||
|
||||
/// Pointer to memory address for allocated transfer progress object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue