Signal

GtkSourceView::change-case

Declaration

void
change_case (
  GtkSourceView* self,
  GtkSourceChangeCaseType case_type,
  gpointer user_data
)

Description [src]

Keybinding signal to change case of the text at the current cursor position.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

The signal can be emitted directly

Parameters

case_type

Type: GtkSourceChangeCaseType

The case to use.