方法

GtkTextBuffermove_mark_by_name

声明 [来源]

void
gtk_text_buffer_move_mark_by_name (
  GtkTextBuffer* buffer,
  const char* name,
  const GtkTextIter* where
)

描述 [来源]

将命名为name的标记(必须存在)移动到位置where

有关详细信息,请参阅gtk_text_buffer_move_mark()

参数

name

类型: const char*

标记的名称。

这些数据由方法调用者拥有。
该值是一个以NUL终止的UTF-8字符串。
where

类型: GtkTextIter

标记的新位置。

这些数据由方法调用者拥有。