Method

ClutterTextBufferget_bytes

since: 1.10

Declaration [src]

gsize
clutter_text_buffer_get_bytes (
  ClutterTextBuffer* buffer
)

Description [src]

Retrieves the length in bytes of the buffer. See clutter_text_buffer_get_length().

Available since: 1.10

Return value

Type: gsize

The byte length of the buffer.