summaryrefslogtreecommitdiff
path: root/clutter/clutter-cairo.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2012-04-19 16:00:23 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2012-04-27 12:30:48 +0100
commit0b76ba332d270e327d8094c25d1b2197e5b89ac6 (patch)
tree2473b86ff68a7f798a202dbcf364b9e2eba8b5e5 /clutter/clutter-cairo.c
parent076179f20be0ff5cf2fa579d1270f424c240c1f8 (diff)
downloadclutter-0b76ba332d270e327d8094c25d1b2197e5b89ac6.tar.gz
Fixes for the API reference
Typos, missing symbols, and missing documentation.
Diffstat (limited to 'clutter/clutter-cairo.c')
-rw-r--r--clutter/clutter-cairo.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/clutter/clutter-cairo.c b/clutter/clutter-cairo.c
index 985999bd1..fac7c189f 100644
--- a/clutter/clutter-cairo.c
+++ b/clutter/clutter-cairo.c
@@ -1,3 +1,32 @@
+/*
+ * Clutter.
+ *
+ * An OpenGL based 'interactive canvas' library.
+ *
+ * Copyright (C) 2012 Intel Corporation
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+/**
+ * SECTION:clutter-cairo
+ * @Title: Cairo integration
+ * @Short_Description: Functions for interoperating with Cairo
+ *
+ * Clutter provides some utility functions for using Cairo.
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif