Method

GtkSourceCompletionContextget_buffer

Declaration [src]

GtkSourceBuffer*
gtk_source_completion_context_get_buffer (
  GtkSourceCompletionContext* self
)

Description [src]

Gets the underlying buffer used by the context.

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

Return value

Returns: GtkSourceBuffer
 

A GtkTextBuffer or NULL.

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