mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
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:
parent
ba25571c8e
commit
23cd0b7925
@ -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
|
* @stage_manager: a #ClutterStageManager
|
||||||
*
|
*
|
||||||
* Lists all currently used stages.
|
* 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
|
* @stage_manager: a #ClutterStageManager
|
||||||
*
|
*
|
||||||
* Lists all currently used stages.
|
* Lists all currently used stages.
|
||||||
|
@ -206,8 +206,8 @@ gboolean clutter_text_position_to_coords (ClutterText *sel
|
|||||||
|
|
||||||
void clutter_text_set_preedit_string (ClutterText *self,
|
void clutter_text_set_preedit_string (ClutterText *self,
|
||||||
const gchar *preedit_str,
|
const gchar *preedit_str,
|
||||||
PangoAttrList *preedit_attr,
|
PangoAttrList *preedit_attrs,
|
||||||
guint cursor_position);
|
guint cursor_pos);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
@ -29,12 +29,12 @@ clutter_media_get_type
|
|||||||
<TITLE>Unit conversion</TITLE>
|
<TITLE>Unit conversion</TITLE>
|
||||||
ClutterUnitType
|
ClutterUnitType
|
||||||
ClutterUnits
|
ClutterUnits
|
||||||
clutter_units_from_mm
|
|
||||||
clutter_units_from_cm
|
clutter_units_from_cm
|
||||||
clutter_units_from_pt
|
|
||||||
clutter_units_from_em
|
clutter_units_from_em
|
||||||
clutter_units_from_em_for_font
|
clutter_units_from_em_for_font
|
||||||
|
clutter_units_from_mm
|
||||||
clutter_units_from_pixels
|
clutter_units_from_pixels
|
||||||
|
clutter_units_from_pt
|
||||||
clutter_units_to_pixels
|
clutter_units_to_pixels
|
||||||
clutter_units_copy
|
clutter_units_copy
|
||||||
clutter_units_free
|
clutter_units_free
|
||||||
@ -57,6 +57,7 @@ CLUTTER_PARAM_SPEC_UNITS
|
|||||||
CLUTTER_IS_PARAM_SPEC_UNITS
|
CLUTTER_IS_PARAM_SPEC_UNITS
|
||||||
clutter_units_get_type
|
clutter_units_get_type
|
||||||
clutter_param_units_get_type
|
clutter_param_units_get_type
|
||||||
|
clutter_units_cm
|
||||||
clutter_units_em
|
clutter_units_em
|
||||||
clutter_units_em_for_font
|
clutter_units_em_for_font
|
||||||
clutter_units_mm
|
clutter_units_mm
|
||||||
@ -1730,7 +1731,7 @@ clutter_stage_manager_get_type
|
|||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<TITLE>Layout Managers</TITLE>
|
<TITLE>ClutterLayoutManager</TITLE>
|
||||||
<FILE>clutter-layout-manager</FILE>
|
<FILE>clutter-layout-manager</FILE>
|
||||||
ClutterLayoutManager
|
ClutterLayoutManager
|
||||||
ClutterLayoutManagerClass
|
ClutterLayoutManagerClass
|
||||||
@ -1858,6 +1859,8 @@ ClutterFlowOrientation
|
|||||||
ClutterFlowLayout
|
ClutterFlowLayout
|
||||||
ClutterFlowLayoutClass
|
ClutterFlowLayoutClass
|
||||||
clutter_flow_layout_new
|
clutter_flow_layout_new
|
||||||
|
clutter_flow_layout_set_homogeneous
|
||||||
|
clutter_flow_layout_get_homogeneous
|
||||||
clutter_flow_layout_set_orientation
|
clutter_flow_layout_set_orientation
|
||||||
clutter_flow_layout_get_orientation
|
clutter_flow_layout_get_orientation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user