Note
Object Hierarchy:
Description:
[ CCode ( ref_function = "ggit_note_ref" , type_id = "ggit_note_get_type ()" , unref_function = "ggit_note_unref" ) ]
[ Compact ]
public class Note
Represents a note object.
Content:
Methods:
- public unowned Note? @ref ()
Atomically increments the reference count of
this by one.
- public unowned OId? get_id ()
Gets the note object's id.
- public unowned string? get_message ()
Gets the note message.
- public void unref ()
Atomically decrements the reference count of
this by one.