Ggit.Note¶
Fields¶
None
Methods¶
| get_id() | |
| get_message() | |
| ref() | |
| unref() | 
Details¶
- 
class Ggit.Note¶
- Represents a note object. - 
ref()¶
- Returns: - a - Ggit.Noteor- None.- Return type: - Ggit.Noteor- 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. 
 
-