Method

IdeCompletionContextget_buffer

since: 3.32

Declaration

GtkTextBuffer*
ide_completion_context_get_buffer (
  IdeCompletionContext* self
)

Description

Gets the underlying buffer used by the context.

This is a convenience function to get the buffer via the IdeCompletion property.

Available since: 3.32

Return value

Type: GtkTextBuffer

A GtkTextBuffer or NULL.

The data is owned by the instance.
The return value can be NULL.