mirror of
https://github.com/brl/mutter.git
synced 2024-12-22 19:12:04 +00:00
Docs
This commit is contained in:
parent
23cf8a892b
commit
f13810a34a
@ -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…
Reference in New Issue
Block a user