UF_UNDO_misc_cb_f_t (view source)
 
Defined in: uf_undo.h
 

 
UF_UNDO_misc_cb_ret_t UF_UNDO_misc_cb_f_t
(
UF_UNDO_mark_id_t mark_id,
void * closure
)
UF_UNDO_mark_id_tmark_idInputmark_id - in the case of:
UF_UNDO_misc_cb_set_pre
The mark_id is not used
UF_UNDO_misc_cb_set_post
The mark_id of the mark just set
UF_UNDO_misc_cb_undo_pre
The mark_id of the mark we are about
to undo to;
UF_UNDO_misc_cb_undo_post
The mark_id of the mark we just undid to.
UF_UNDO_misc_cb_chg_vis
The mark_id whose visibility just changed
void *closureInputThe closure argument passed in when this
function was registered.