Method

GtkEntryBufferget_text

since: 2.18

Declaration [src]

const gchar*
gtk_entry_buffer_get_text (
  GtkEntryBuffer* buffer
)

Description [src]

Retrieves the contents of the buffer.

The memory pointer returned by this call will not change unless this object emits a signal, or is finalized.

Available since: 2.18

Gets propertyGtk.EntryBuffer:text

Return value

Type: const gchar*

A pointer to the contents of the widget as a string. This string points to internally allocated storage in the buffer and must not be freed, modified or stored.

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