Blame clutter-gtk/gtk-clutter-actor-internal.h

Packit 1069cd
/* gtk-clutter-embed.h: Embeddable ClutterStage
Packit 1069cd
 *
Packit 1069cd
 * Copyright © 2009 Red Hat, Inc
Packit 1069cd
 * Copyright © 2010 OpenedHand
Packit 1069cd
 *
Packit 1069cd
 * This library is free software; you can redistribute it and/or
Packit 1069cd
 * modify it under the terms of the GNU Lesser General Public
Packit 1069cd
 * License as published by the Free Software Foundation; either
Packit 1069cd
 * version 2 of the License, or (at your option) any later version.
Packit 1069cd
 *
Packit 1069cd
 * This library is distributed in the hope that it will be useful,
Packit 1069cd
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 1069cd
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 1069cd
 * Lesser General Public License for more details.
Packit 1069cd
 *
Packit 1069cd
 * You should have received a copy of the GNU Lesser General Public
Packit 1069cd
 * License along with this library. If not see <http://www.fsf.org/licensing>.
Packit 1069cd
 *
Packit 1069cd
 * Authors:
Packit 1069cd
 *   Alexander Larsson <alexl@redhat.com>
Packit 1069cd
 *   Danielle Madeley <danielle.madeley@collabora.co.uk>
Packit 1069cd
 */
Packit 1069cd
Packit 1069cd
#ifndef __GTK_CLUTTER_ACTOR_INTERNAL_H__
Packit 1069cd
#define __GTK_CLUTTER_ACTOR_INTERNAL_H__
Packit 1069cd
Packit 1069cd
#include "gtk-clutter-actor.h"
Packit 1069cd
Packit 1069cd
G_BEGIN_DECLS
Packit 1069cd
Packit 1069cd
GtkWidget *_gtk_clutter_actor_get_embed (GtkClutterActor *actor);
Packit 1069cd
void       _gtk_clutter_actor_update    (GtkClutterActor *actor,
Packit 1069cd
					 gint             x,
Packit 1069cd
					 gint             y,
Packit 1069cd
					 gint             width,
Packit 1069cd
					 gint             height);
Packit 1069cd
Packit 1069cd
G_END_DECLS
Packit 1069cd
Packit 1069cd
#endif /* __GTK_CLUTTER_ACTOR_INTERNAL_H__ */