[stage] Rename fullscreen methods

The clutter_stage_fullscreen() and clutter_stage_unfullscreen() are
a GDK-ism. The underlying implementation is already using an accessor
with a boolean parameter.

This should take the amount of collisions between properties, methods
and signals to zero.
This commit is contained in:
Emmanuele Bassi
2009-06-09 14:05:03 +01:00
parent 7c89a0ccfa
commit 33f5fe73b3
8 changed files with 54 additions and 53 deletions

View File

@@ -476,8 +476,8 @@ clutter_stage_is_default
<SUBSECTION>
clutter_stage_set_color
clutter_stage_get_color
clutter_stage_fullscreen
clutter_stage_unfullscreen
clutter_stage_set_fullscreen
clutter_stage_get_fullscreen
clutter_stage_show_cursor
clutter_stage_hide_cursor
ClutterPickMode