Docs
This commit is contained in:
parent
23cf8a892b
commit
f13810a34a
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-06-22 Iain Holmes <iain@openedhand.com>
|
||||
|
||||
* clutter/clutter-video-texture.c: Docs.
|
||||
|
||||
2006-06-22 Iain Holmes <iain@openedhand.com>
|
||||
|
||||
* clutter/clutter-group.c: More typo fixes
|
||||
|
|
|
@ -888,6 +888,13 @@ clutter_video_texture_init (ClutterVideoTexture *video_texture)
|
|||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* clutter_video_texture_new:
|
||||
*
|
||||
* Creates a video texture.
|
||||
*
|
||||
* Return value: A #ClutterActor implementing a displaying a video texture.
|
||||
*/
|
||||
ClutterActor*
|
||||
clutter_video_texture_new (void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue