Class: GOffice::UndoUnary

Inherits:
Undo
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Methods inherited from Undo

#combine, #undo, #undo_with_data

Constructor Details

#initialize(a, undo, fa) ⇒ GOffice::Undo

This function creates a new undo object for undo operations of one argument. (In addition, an undo-time argument is added for context.)

Parameters:

  • a (GObject)

    argument for undo operation

  • undo (GOffice::UndoUnaryFunc)

    function to call with argument a for undo.

  • fa (GLib::FreeFunc)

    optional function to free a.