Fix "a #Eek" to "an #Eek".

This commit is contained in:
Daiki Ueno
2010-06-04 14:46:57 +09:00
parent 66f6fae181
commit 8eb78751ea
4 changed files with 25 additions and 18 deletions

View File

@ -536,6 +536,13 @@ eek_clutter_key_create_texture (EekClutterKey *key)
return texture;
}
/**
* eek_clutter_key_set_texture:
* @key: an #EekClutterKey
* @texture: an #ClutterActor
*
* Set the background texture of @key to @texture.
*/
void
eek_clutter_key_set_texture (EekClutterKey *key,
ClutterActor *texture)