2007-07-30 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-backend.h:
        Remove #if 0's old backend_api
        (generating uneeded documentation)
This commit is contained in:
Matthew Allum 2007-07-29 23:24:13 +00:00
parent 0151f842d7
commit 459e8a0a9d
4 changed files with 18 additions and 8 deletions

View File

@ -1,3 +1,9 @@
2007-07-30 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-backend.h:
Remove #if 0's old backend_api
(generating uneeded documentation)
2007-07-30 Matthew Allum <mallum@openedhand.com> 2007-07-30 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-texture.c: * clutter/clutter-texture.c:

View File

@ -75,13 +75,6 @@ GType clutter_backend_get_type (void) G_GNUC_CONST;
ClutterBackend *clutter_get_default_backend (void); ClutterBackend *clutter_get_default_backend (void);
#if 0
ClutterEvent *clutter_backend_get_event (ClutterBackend *backend);
ClutterEvent *clutter_backend_peek_event (ClutterBackend *backend);
void clutter_backend_put_event (ClutterBackend *backend,
ClutterEvent *event);
#endif
void clutter_backend_set_double_click_time (ClutterBackend *backend, void clutter_backend_set_double_click_time (ClutterBackend *backend,
guint msec); guint msec);
guint clutter_backend_get_double_click_time (ClutterBackend *backend); guint clutter_backend_get_double_click_time (ClutterBackend *backend);

View File

@ -1,3 +1,8 @@
2007-07-30 Matthew Allum <mallum@openedhand.com>
* clutter-animation.sgml:
Note on ClutterEffects
2007-07-28 Emmanuele Bassi <ebasso@openedhand.com> 2007-07-28 Emmanuele Bassi <ebasso@openedhand.com>
* clutter-sections.txt: Add new ClutterBehaviourEllipse * clutter-sections.txt: Add new ClutterBehaviourEllipse

View File

@ -199,7 +199,13 @@ main (int argc, char *argv[])
<para> <para>
Properties of the behaviour, alpha and timeline can be changed on Properties of the behaviour, alpha and timeline can be changed on
the fly making animations the fly making animations. Experiment!
</para>
<para>
ClutterEffects provide a simpler (but more limited) layer around the above.
FIXME.
</para> </para>