Method
ClutterTextget_selection
Declaration [src]
gchar*
clutter_text_get_selection (
ClutterText* self
)
Return value
| Returns: | gchar* |
A newly allocated string containing the currently
selected text, or |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
| The value is a NUL terminated UTF-8 string. |