Ggit.Note¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
Details¶
- class Ggit.Note¶
Represents a note object.
- get_id()¶
-
Gets the note object’s id.
- ref()¶
-
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.