mutter/clutter/examples
..
actor-model.c
basic-actor.c
bin-layout.c
box-layout.c
canvas.c
constraints.c
drag-action.c
drop-action.c
easing-modes.c
flow-layout.c
grid-layout.c
image-content.c
layout-manager.c
Makefile.am Make libmutter and friends parallel installable 2017-02-14 11:16:45 +08:00
pan-action.c
README
redhand.png
rounded-rectangle.c
scroll-actor.c
threads.c move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00

The code in this directory is meant to be XIncluded into the Clutter API
reference, and thus is to be considered part of the Clutter documentation.

As such, the code MUST be:

  - correct;
  - idiomatic, i.e. show how a task is meant to be achieved using the
    best possible practices given the current API;
  - well documented;
  - ready for copy and paste.