Method
FoundryGtkSourceBufferuncomment
unstable since: 1.1
Declaration [src]
void
foundry_source_buffer_uncomment (
FoundrySourceBuffer* self,
const GtkTextIter* begin,
const GtkTextIter* end
)
Parameters
begin-
Type:
GtkTextIterStart of the text range to uncomment.
The data is owned by the caller of the method. end-
Type:
GtkTextIterEnd of the text range to uncomment.
The data is owned by the caller of the method.