4 * An OpenGL based 'interactive canvas' library.
6 * Copyright (C) 2011 Intel Corporation.
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2 of the License, or (at your option) any later version.
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
22 * Emmanuele Bassi <ebassi@linux.intel.com>
25 #ifndef __CLUTTER_CONTENT_PRIVATE_H__
26 #define __CLUTTER_CONTENT_PRIVATE_H__
28 #include <clutter/clutter-content.h>
32 void _clutter_content_attached (ClutterContent *content,
34 void _clutter_content_detached (ClutterContent *content,
37 void _clutter_content_paint_content (ClutterContent *content,
39 ClutterPaintNode *node);
43 #endif /* __CLUTTER_CONTENT_PRIVATE_H__ */