Method
RBHistoryset_destroy_notify
Declaration [src]
void
rb_history_set_destroy_notify (
RBHistory* hist,
GFunc destroyer,
gpointer destroy_userdata
)
Parameters
destroyer-
Type:
GFuncFunction to call when removing an entry from the history.
destroy_userdata-
Type:
gpointerData to pass to
destroyer.The argument can be NULL.The data is owned by the caller of the method.