Method

GtkSourceCompletionContextget_language

Declaration

GtkSourceLanguage*
gtk_source_completion_context_get_language (
  GtkSourceCompletionContext* self
)

Description

Gets the language of the underlying buffer, if any.

Return value

Returns: GtkSourceLanguage
 

A GtkSourceLanguage or NULL.

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