mutter/examples
Emmanuele Bassi ebb61dea1f examples: Enable maintainer compiler flags
Another step in keeping the example code up to date and correct.
2012-06-06 13:39:50 +01:00
..
basic-actor.c timeline: Add a new "stopped" signal 2012-05-31 09:54:23 +01:00
bin-layout.c
box-layout.c examples: Updated box-layout example 2012-06-04 16:16:39 +02:00
canvas.c
constraints.c examples/constraints: Do not use deprecated API 2012-06-06 13:37:02 +01:00
drag-action.c
drop-action.c
easing-modes.c
flow-layout.c examples/flow: Do not use deprecated API 2012-06-06 13:36:46 +01:00
grid-layout.c examples: Add a grid-layout example 2012-06-05 12:28:40 +02:00
image-content.c
layout-manager.c examples/layout: Initialize variables to avoid warnings 2012-06-06 13:39:47 +01:00
Makefile.am examples: Enable maintainer compiler flags 2012-06-06 13:39:50 +01:00
README
rounded-rectangle.c
scroll-actor.c
threads.c examples/threads: Modernize code 2012-06-05 18:47:44 +01: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.