From 23cd0b79254acd2b97467a62010244328e210a87 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 19 Oct 2009 12:01:38 +0100 Subject: [PATCH] docs: Documentation fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • 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 --- clutter/clutter-stage-manager.c | 4 ++-- clutter/clutter-text.h | 4 ++-- doc/reference/clutter/clutter-sections.txt | 9 ++++++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/clutter/clutter-stage-manager.c b/clutter/clutter-stage-manager.c index 67d07d292..2ce63f617 100644 --- a/clutter/clutter-stage-manager.c +++ b/clutter/clutter-stage-manager.c @@ -230,7 +230,7 @@ clutter_stage_manager_get_default_stage (ClutterStageManager *stage_manager) } /** - * clutter_stage_manager_list_stage: + * clutter_stage_manager_list_stages: * @stage_manager: a #ClutterStageManager * * Lists all currently used stages. @@ -248,7 +248,7 @@ clutter_stage_manager_list_stages (ClutterStageManager *stage_manager) } /** - * clutter_stage_manager_list_stage: + * clutter_stage_manager_peek_stages: * @stage_manager: a #ClutterStageManager * * Lists all currently used stages. diff --git a/clutter/clutter-text.h b/clutter/clutter-text.h index 2d8b9659b..2a64be5ff 100644 --- a/clutter/clutter-text.h +++ b/clutter/clutter-text.h @@ -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 diff --git a/doc/reference/clutter/clutter-sections.txt b/doc/reference/clutter/clutter-sections.txt index 36dc187e3..a73b631a3 100644 --- a/doc/reference/clutter/clutter-sections.txt +++ b/doc/reference/clutter/clutter-sections.txt @@ -29,12 +29,12 @@ clutter_media_get_type Unit conversion ClutterUnitType ClutterUnits -clutter_units_from_mm clutter_units_from_cm -clutter_units_from_pt clutter_units_from_em clutter_units_from_em_for_font +clutter_units_from_mm clutter_units_from_pixels +clutter_units_from_pt clutter_units_to_pixels clutter_units_copy clutter_units_free @@ -57,6 +57,7 @@ CLUTTER_PARAM_SPEC_UNITS CLUTTER_IS_PARAM_SPEC_UNITS clutter_units_get_type clutter_param_units_get_type +clutter_units_cm clutter_units_em clutter_units_em_for_font clutter_units_mm @@ -1730,7 +1731,7 @@ clutter_stage_manager_get_type
-Layout Managers +ClutterLayoutManager clutter-layout-manager ClutterLayoutManager ClutterLayoutManagerClass @@ -1858,6 +1859,8 @@ ClutterFlowOrientation ClutterFlowLayout ClutterFlowLayoutClass clutter_flow_layout_new +clutter_flow_layout_set_homogeneous +clutter_flow_layout_get_homogeneous clutter_flow_layout_set_orientation clutter_flow_layout_get_orientation