Method
GgitNoteref
Declaration [src]
GgitNote*
ggit_note_ref (
GgitNote* note
)
Description [src]
Atomically increments the reference count of note
by one.
This function is MT-safe and may be called from any thread.
Return value
Type: GgitNote
A GgitNote
or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |