* clutter/clutter-label.c: (clutter_label_class_init):

More documentation fixes
This commit is contained in:
Chris Lord 2008-02-15 16:26:00 +00:00
parent 82e9342ef4
commit 2c4bdc7636
2 changed files with 12 additions and 7 deletions

View File

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

View File

@ -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 &gt; 1.18.
* against Pango &lt; 1.18.
*
* Since: 0.6
*/