Method

FoundryGtkSourceBufferuncomment

unstable since: 1.1

Declaration [src]

void
foundry_source_buffer_uncomment (
  FoundrySourceBuffer* self,
  const GtkTextIter* begin,
  const GtkTextIter* end
)

Description [src]

Removes comment markers from the specified text range.

Available since: 1.1

Parameters

begin

Type: GtkTextIter

Start of the text range to uncomment.

The data is owned by the caller of the method.
end

Type: GtkTextIter

End of the text range to uncomment.

The data is owned by the caller of the method.