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

Returns: GgitNote
 

A GgitNote or NULL.

 The data is owned by the instance.
 The return value can be NULL.