docs: Documentation fixes
• Fix list_stages() and peek_stages() documentation • Fix clutter_text_set_preedit_string() arguments in the header to match source and documentation • Add clutter_units_cm() to the private section for Units • Rename the LayoutManager section • Add FlowLayout:homogeneous accessors
This commit is contained in:
@ -206,8 +206,8 @@ gboolean clutter_text_position_to_coords (ClutterText *sel
|
||||
|
||||
void clutter_text_set_preedit_string (ClutterText *self,
|
||||
const gchar *preedit_str,
|
||||
PangoAttrList *preedit_attr,
|
||||
guint cursor_position);
|
||||
PangoAttrList *preedit_attrs,
|
||||
guint cursor_pos);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user