NoteCallback
Description:
[ CCode ( instance_pos = 2.9 ) ]
public delegate int NoteCallback (OId blob_id, OId annotated_object_id)
public delegate int NoteCallback (OId blob_id, OId annotated_object_id)
When iterating over all the notes, callback that will be issued per note.
See note_foreach.
Parameters:
blob_id |
id of the blob containing the message. |
annotated_object_id |
id of the git object being annotated. |
user_data |
user-suplied data. |
Returns:
0 to go continue or a Error in case there was an error. |
Namespace: Ggit
Package: libgit2-glib-1.0