Method

GtkSourceVimIMContextget_command_text

Declaration [src]

const char*
gtk_source_vim_im_context_get_command_text (
  GtkSourceVimIMContext* self
)

Description [src]

Gets the current command text as it is entered by the user.

Available since:5.4

Return value

Returns: const char*
 

A string containing the command text.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.