@accepts(GLib.Func, gpointer) @returns(none) def set_destroy_notify(destroyer, destroy_userdata)
Sets a new function to call when removing entries from the history.
destroyer : |
function to call when removing an entry from the history |
destroy_userdata : |
data to pass to @destroyer |