Interface TextBuffer.EndUserActionCallback

All Superinterfaces:
FunctionPointer
Enclosing class:
TextBuffer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TextBuffer.EndUserActionCallback extends FunctionPointer

Functional interface declaration of the EndUserActionCallback callback.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Emitted at the end of a single user-visible operation on the GtkTextBuffer.
    Creates a native function pointer to the upcall(MemorySegment) method.
    default void
    upcall(MemorySegment sourceTextBuffer)
    The upcall method is called from native code.