1
0
Fork 0
mutter-performance-source/clutter/sdl
Emmanuele Bassi 7c89a0ccfa [stage] Rename :fullscreen to :fullscreen-set
The :fullscreen property is very much confusing as it is implemented.
It can be written to a value, but the whole process might fail. If we
set:

  g_object_set (stage, "fullscreen", TRUE, NULL);

and the fullscreen process fails or it is not implemented, the value
will be reset to FALSE (if we're lucky) or left TRUE (most of the
times).

The writability is just a shorthand for invoking clutter_stage_fullscreen()
or clutter_stage_unfullscreen() depending on a boolean value without
using an if.

The :fullscreen property also greatly confuses high level languages,
since the same symbol is used:

  - for a method name (Clutter.Stage.fullscreen())
  - for a property name (Clutter.Stage.fullscreen)
  - for a signal (Clutter.Stage::fullscreen)

For these reasons, the :fullscreen should be renamed to :fullscreen-set
and be read-only. Implementations of the Stage should only emit the
StageState event to change from normal to fullscreen, and the Stage
will automatically update the value of the property and emit a notify
signal for it.
2009-06-09 14:07:35 +01:00
..
clutter-backend-sdl.c Fix warning in clutter-backend-sdl 2009-03-09 12:34:18 +00:00
clutter-backend-sdl.h 2008-05-07 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-07 15:03:59 +00:00
clutter-event-sdl.c 2008-05-07 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-07 15:03:59 +00:00
clutter-sdl.h 2007-05-02 Matthew Allum <mallum@openedhand.com> 2007-05-02 20:05:29 +00:00
clutter-stage-sdl.c [stage] Rename :fullscreen to :fullscreen-set 2009-06-09 14:07:35 +01:00
clutter-stage-sdl.h 2008-04-25 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-25 12:17:01 +00:00
Makefile.am 2008-10-30 Emmanuele Bassi <ebassi@linux.intel.com> 2008-10-30 17:04:34 +00:00