Ggit.Note

Fields

None

Methods

  get_id ()
  get_message ()
  ref ()
  unref ()

Details

class Ggit.Note

Represents a note object.

get_id()
Returns:the object’s id or None.
Return type:Ggit.OId or None

Gets the note object’s id.

get_message()
Returns:the note message or None.
Return type:str or None

Gets the note message.

ref()
Returns:a Ggit.Note or None.
Return type:Ggit.Note or None

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

unref()

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