Function
FoundryTextBufferCommitNotify
unstable since: 1.1
Declaration
void
(* FoundryTextBufferCommitNotify) (
FoundryTextBuffer* buffer,
FoundryTextBufferNotifyFlags flags,
guint position,
guint length,
gpointer user_data
)
Parameters
buffer-
Type:
FoundryTextBufferThe text buffer being notified.
The data is owned by the caller of the function. flags-
Type:
FoundryTextBufferNotifyFlagsThe type of commit notification.
position-
Type:
guintThe position of the text operation.
length-
Type:
guintThe length of the text operation in characters.
user_data-
Type:
gpointerUser data passed to the callback.
The argument can be NULL.The data is owned by the caller of the function.