mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
2006-07-17 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-stage.c (clutter_stage_get_default): Fix api documentation.
This commit is contained in:
parent
939ce2877c
commit
55f9adeb41
@ -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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user