Function
IdeBufferCommitFunc
Declaration
void
(* IdeBufferCommitFunc) (
IdeBuffer* buffer,
guint position,
guint length,
gpointer user_data
)
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.