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:
Emmanuele Bassi
2009-10-19 12:01:38 +01:00
parent ba25571c8e
commit 23cd0b7925
3 changed files with 10 additions and 7 deletions

View File

@ -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