コード例 #1
0
 /**
  * Indicate the end of an action that cannot be undone.
  *
  * @since 4.0.12
  */
 public void endNotUndoableAction() {
   GtkSourceBuffer.endNotUndoableAction(this);
 }