2006-07-17 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-stage.c (clutter_stage_get_default): Fix
	api documentation.
This commit is contained in:
Emmanuele Bassi 2006-07-17 09:10:08 +00:00
parent 939ce2877c
commit 55f9adeb41
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2006-07-17 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-stage.c (clutter_stage_get_default): Fix
api documentation.
2006-07-15 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-main.c:

View File

@ -758,8 +758,8 @@ clutter_stage_init (ClutterStage *self)
* calls to clutter_stage_get_default() will return the same
* instance, with its reference count increased.
*
* Return value: the main #ClutterStage. Use g_object_unref()
* when finished using it.
* Return value: the main #ClutterStage. You should never
* destroy the returned actor.
*/
ClutterActor *
clutter_stage_get_default (void)