Method

ClutterTextBufferget_bytes

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

Returns: gsize
 

The byte length of the buffer.