Method
GtkSourceBufferchange_case
Declaration [src]
void
gtk_source_buffer_change_case (
  GtkSourceBuffer* buffer,
  GtkSourceChangeCaseType case_type,
  GtkTextIter* start,
  GtkTextIter* end
)
Description [src]
Changes the case of the text between the specified iterators.
Since 5.4, this function will update the position of start and
end to surround the modified text.
Parameters
- case_type
- 
            Type: GtkSourceChangeCaseTypeHow to change the case. 
- start
- 
            Type: GtkTextIterA GtkTextIter.The data is owned by the caller of the method. 
- end
- 
            Type: GtkTextIterA GtkTextIter.The data is owned by the caller of the method.