mutter/examples
Emmanuele Bassi df15f04fc0 build: Use libtool macros to find libm
Instead of using `-lm` everywhere, use LT_LIB_M inside configure.ac, and
$(LIBM) inside Makefile.am.
2015-03-03 17:23:37 +00:00
..
basic-actor.c
bin-layout.c Fully rework the conformance test suite 2013-12-12 18:51:11 +00:00
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 Fully rework the conformance test suite 2013-12-12 18:51:11 +00:00
layout-manager.c examples/layout-manager: Toggle between states 2015-01-11 17:00:02 +00:00
Makefile.am build: Use libtool macros to find libm 2015-03-03 17:23:37 +00:00
pan-action.c Fully rework the conformance test suite 2013-12-12 18:51:11 +00:00
README
redhand.png Fully rework the conformance test suite 2013-12-12 18:51:11 +00:00
rounded-rectangle.c examples/rounded: Use CLUTTER_REQUEST_CONTENT_SIZE 2015-01-12 13:38:07 +00:00
scroll-actor.c
threads.c

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.