* clutter/clutter-label.c: (clutter_label_class_init):
More documentation fixes
This commit is contained in:
parent
82e9342ef4
commit
2c4bdc7636
@ -1,3 +1,8 @@
|
||||
2008-02-15 Chris Lord <chris@openedhand.com>
|
||||
|
||||
* clutter/clutter-label.c: (clutter_label_class_init):
|
||||
More documentation fixes
|
||||
|
||||
2008-02-15 Chris Lord <chris@openedhand.com>
|
||||
|
||||
* clutter/clutter-clone-texture.c:
|
||||
|
@ -585,7 +585,7 @@ clutter_label_class_init (ClutterLabelClass *klass)
|
||||
(gobject_class, PROP_WRAP_MODE,
|
||||
g_param_spec_enum ("wrap-mode",
|
||||
"Line wrap mode",
|
||||
"If wrap is set, controls how linewrapping is done",
|
||||
"If wrap is set, controls how line-wrapping is done",
|
||||
PANGO_TYPE_WRAP_MODE,
|
||||
PANGO_WRAP_WORD,
|
||||
CLUTTER_PARAM_READWRITE));
|
||||
@ -783,7 +783,7 @@ clutter_label_set_text (ClutterLabel *label,
|
||||
*
|
||||
* Return value: a string containing the font name, in a format
|
||||
* understandable by pango_font_description_from_string(). The
|
||||
* string is owned by #ClutterLabel and should not be modified
|
||||
* string is owned by @label and should not be modified
|
||||
* or freed.
|
||||
*/
|
||||
G_CONST_RETURN gchar *
|
||||
@ -1277,7 +1277,7 @@ clutter_label_set_alignment (ClutterLabel *label,
|
||||
*
|
||||
* Returns the label's text alignment
|
||||
*
|
||||
* Return value: The labels #PangoAlignment
|
||||
* Return value: The label's #PangoAlignment
|
||||
*
|
||||
* Since 0.2
|
||||
**/
|
||||
@ -1296,7 +1296,7 @@ clutter_label_get_alignment (ClutterLabel *label)
|
||||
*
|
||||
* Sets whether the text of the @label actor should be justified
|
||||
* on both margins. This setting is ignored if Clutter is compiled
|
||||
* against Pango > 1.18.
|
||||
* against Pango < 1.18.
|
||||
*
|
||||
* Since: 0.6
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user