mirror of
https://github.com/brl/mutter.git
synced 2024-12-22 19:12:04 +00:00
Fix typos...74%
This commit is contained in:
parent
e44ba1b7b4
commit
3d95e12687
@ -1,3 +1,9 @@
|
|||||||
|
2006-06-22 Iain Holmes <iain@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-texture.c: Fix typos.
|
||||||
|
|
||||||
|
* clutter/clutter-timeline.c: Fix typos.
|
||||||
|
|
||||||
2006-06-22 Iain Holmes <iain@openedhand.com>
|
2006-06-22 Iain Holmes <iain@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-video-texture.c: Docs.
|
* clutter/clutter-video-texture.c: Docs.
|
||||||
|
@ -1205,7 +1205,7 @@ clutter_texture_has_generated_tiles (ClutterTexture *texture)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* clutter_texture_has_generated_tiles:
|
* clutter_texture_is_tiled:
|
||||||
* @texture: A #ClutterTexture
|
* @texture: A #ClutterTexture
|
||||||
*
|
*
|
||||||
* Checks if #ClutterTexture is tiled.
|
* Checks if #ClutterTexture is tiled.
|
||||||
|
@ -428,7 +428,7 @@ clutter_timeline_rewind (ClutterTimeline *timeline)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* clutter_timeline_advance:
|
* clutter_timeline_skip:
|
||||||
* @timeline: A #ClutterTimeline
|
* @timeline: A #ClutterTimeline
|
||||||
* @nframes: Number of frames to skip
|
* @nframes: Number of frames to skip
|
||||||
*
|
*
|
||||||
|
@ -80,7 +80,7 @@ The #ClutterActor @arg1 was removed from the group.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@group:
|
@self:
|
||||||
@first_actor:
|
@first_actor:
|
||||||
@args:
|
@args:
|
||||||
|
|
||||||
|
@ -70,6 +70,7 @@ clutter-main
|
|||||||
@a...:
|
@a...:
|
||||||
@a...:
|
@a...:
|
||||||
@a...:
|
@a...:
|
||||||
|
@a...:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO CLUTTER_GLERR ##### -->
|
<!-- ##### MACRO CLUTTER_GLERR ##### -->
|
||||||
|
@ -41,13 +41,3 @@ clutter-util
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION clutter_util_can_create_texture ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@width:
|
|
||||||
@height:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user