Virtual Method

IdeFormatterformat_async

Declaration

void
format_async (
  IdeFormatter* self,
  IdeBuffer* buffer,
  IdeFormatterOptions* options,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description

No description available.

Parameters

buffer

Type: IdeBuffer

No description available.

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

Type: IdeFormatterOptions

No description available.

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

Type: GCancellable

No description available.

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

Type: GAsyncReadyCallback

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.