mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
Add Text::get_chars() method declaration
Add the declaration for a clutter_text_get_chars() function that returns a portion of the contents of a Text actor.
This commit is contained in:
parent
430d1cf347
commit
c5f51f7027
@ -124,6 +124,9 @@ void clutter_text_insert_text (ClutterText *self
|
||||
void clutter_text_delete_text (ClutterText *self,
|
||||
gssize start_pos,
|
||||
gssize end_pos);
|
||||
gchar * clutter_text_get_chars (ClutterText *self,
|
||||
gssize start_pos,
|
||||
gssize end_pos);
|
||||
void clutter_text_set_editable (ClutterText *self,
|
||||
gboolean editable);
|
||||
gboolean clutter_text_get_editable (ClutterText *self);
|
||||
|
Loading…
Reference in New Issue
Block a user