1
0
mirror of https://github.com/brl/mutter.git synced 2025-06-15 17:59:31 +00:00
Files
build
clutter
doc
examples
Makefile.am
README
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
pan-action.c
rounded-rectangle.c
scroll-actor.c
threads.c
po
tests
.gitignore
COPYING
ChangeLog.pre-git-import
Makefile.am
NEWS
README.in
README.md
autogen.sh
clutter.doap
configure.ac
mutter/examples
Emmanuele Bassi 9016cba473 examples: Remove clutter_x11_enable_xinput()
It is unnecessary, and deprecated.
2012-12-18 01:27:32 +00: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.