Function

IdeBufferCommitFunc

Declaration

void
(* IdeBufferCommitFunc) (
  IdeBuffer* buffer,
  guint position,
  guint length,
  gpointer user_data
)

Description

No description available.

Parameters

buffer

Type: IdeBuffer

No description available.

The data is owned by the caller of the function.
position

Type: guint

No description available.

length

Type: guint

No description available.

user_data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.