Function

Idetext_util_remove_common_prefix

Declaration

void
ide_text_util_remove_common_prefix (
  GtkTextIter* begin,
  const char* prefix
)

Description

No description available.

Parameters

begin

Type: GtkTextIter

No description available.

The data is owned by the caller of the function.
prefix

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.