[ CCode ( instance_pos = 3.9 ) ]
public delegate int StashCallback (size_t index, string message, OId stash_oid)
When iterating over all the stashed states, callback that will be issued per entry.
See stash_foreach.
index |
the position within the stash list. 0 points to the most recent stashed state. |
message |
the stash message. |
stash_oid |
the commit oid of the stashed state. |
user_data |
user-suplied data. |
0 to go continue or a Error in case there was an error. |