Struct

GgitNote

since: 1.0

Description [src]

struct GgitNote {
  /* No available fields */
}

Represents a note object.

Available since: 1.0

Instance methods

ggit_note_get_id

Gets the note object’s id.

since: 1.0

ggit_note_get_message

Gets the note message.

since: 1.0

ggit_note_ref

Atomically increments the reference count of note by one. This function is MT-safe and may be called from any thread.

since: 1.0

ggit_note_unref

Atomically decrements the reference count of note by one. If the reference count drops to 0, note is freed.

since: 1.0