Method

GtkTextMarkget_name

Declaration [src]

const gchar*
gtk_text_mark_get_name (
  GtkTextMark* mark
)

Description [src]

Returns the mark name; returns NULL for anonymous marks.

Gets propertyGtk.TextMark:name

Return value

Type: const gchar*

Mark name.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.