1
0
Fork 0

cleanup: Switch to pragma once

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3157>
This commit is contained in:
Bilal Elmoussaoui 2023-07-21 15:37:20 +02:00 committed by Marge Bot
parent d291d4a733
commit ead9a3024c
721 changed files with 782 additions and 3008 deletions

View file

@ -22,8 +22,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CALLY_ACTOR_PRIVATE_H__ #pragma once
#define __CALLY_ACTOR_PRIVATE_H__
#include "cally-actor.h" #include "cally-actor.h"
@ -38,5 +37,3 @@
void _cally_actor_get_top_level_origin (ClutterActor *actor, void _cally_actor_get_top_level_origin (ClutterActor *actor,
gint *x, gint *x,
gint *y); gint *y);
#endif /* __CALLY_ACTOR_PRIVATE_H__ */

View file

@ -22,8 +22,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CALLY_ACTOR_H__ #pragma once
#define __CALLY_ACTOR_H__
#if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <cally/cally.h> can be included directly." #error "Only <cally/cally.h> can be included directly."
@ -135,5 +134,3 @@ gboolean cally_actor_remove_action_by_name (CallyActor *cally_actor,
const gchar *action_name); const gchar *action_name);
G_END_DECLS G_END_DECLS
#endif /* __CALLY_ACTOR_H__ */

View file

@ -18,8 +18,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CALLY_CLONE_H__ #pragma once
#define __CALLY_CLONE_H__
#if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <cally/cally.h> can be included directly." #error "Only <cally/cally.h> can be included directly."
@ -67,5 +66,3 @@ CLUTTER_EXPORT
AtkObject *cally_clone_new (ClutterActor *actor); AtkObject *cally_clone_new (ClutterActor *actor);
G_END_DECLS G_END_DECLS
#endif /* __CALLY_CLONE_H__ */

View file

@ -23,8 +23,7 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#ifndef _CALLY_FACTORY_H__ #pragma once
#define _CALLY_FACTORY_H__
#include <glib-object.h> #include <glib-object.h>
#include <atk/atkobject.h> #include <atk/atkobject.h>
@ -109,5 +108,3 @@ type_as_function ## _factory_get_type (void) \
atk_registry_set_factory_type (atk_get_default_registry (), \ atk_registry_set_factory_type (atk_get_default_registry (), \
widget_type, \ widget_type, \
type_as_function ## _factory_get_type ()) type_as_function ## _factory_get_type ())
#endif /* _CALLY_FACTORY_H__ */

View file

@ -22,8 +22,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CALLY_MAIN_H__ #pragma once
#define __CALLY_MAIN_H__
#if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <cally/cally.h> can be included directly." #error "Only <cally/cally.h> can be included directly."
@ -40,5 +39,3 @@ CLUTTER_EXPORT
gboolean cally_accessibility_init (void); gboolean cally_accessibility_init (void);
G_END_DECLS G_END_DECLS
#endif /* __CALLY_MAIN_H__ */

View file

@ -18,8 +18,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CALLY_ROOT_H__ #pragma once
#define __CALLY_ROOT_H__
#if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <cally/cally.h> can be included directly." #error "Only <cally/cally.h> can be included directly."
@ -67,5 +66,3 @@ CLUTTER_EXPORT
AtkObject *cally_root_new (void); AtkObject *cally_root_new (void);
G_END_DECLS G_END_DECLS
#endif /* __CALLY_ROOT_H__ */

View file

@ -18,8 +18,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CALLY_STAGE_H__ #pragma once
#define __CALLY_STAGE_H__
#if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <cally/cally.h> can be included directly." #error "Only <cally/cally.h> can be included directly."
@ -67,5 +66,3 @@ CLUTTER_EXPORT
AtkObject *cally_stage_new (ClutterActor *actor); AtkObject *cally_stage_new (ClutterActor *actor);
G_END_DECLS G_END_DECLS
#endif /* __CALLY_STAGE_H__ */

View file

@ -18,8 +18,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CALLY_TEXT_H__ #pragma once
#define __CALLY_TEXT_H__
#if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <cally/cally.h> can be included directly." #error "Only <cally/cally.h> can be included directly."
@ -67,5 +66,3 @@ CLUTTER_EXPORT
AtkObject* cally_text_new (ClutterActor *actor); AtkObject* cally_text_new (ClutterActor *actor);
G_END_DECLS G_END_DECLS
#endif /* __CALLY_TEXT_H__ */

View file

@ -18,8 +18,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CALLY_UTIL_H__ #pragma once
#define __CALLY_UTIL_H__
#if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CALLY_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <cally/cally.h> can be included directly." #error "Only <cally/cally.h> can be included directly."
@ -69,5 +68,3 @@ void _cally_util_override_atk_util (void);
gboolean cally_snoop_key_event (ClutterKeyEvent *key); gboolean cally_snoop_key_event (ClutterKeyEvent *key);
G_END_DECLS G_END_DECLS
#endif /* __CALLY_UTIL_H__ */

View file

@ -18,8 +18,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CALLY_H__ #pragma once
#define __CALLY_H__
#define __CALLY_H_INSIDE__ #define __CALLY_H_INSIDE__
@ -33,5 +32,3 @@
#include "cally-util.h" #include "cally-util.h"
#undef __CALLY_H_INSIDE__ #undef __CALLY_H_INSIDE__
#endif /* __CALLY_H__ */

View file

@ -22,8 +22,7 @@
* Carlos Garnacho <carlosg@gnome.org> * Carlos Garnacho <carlosg@gnome.org>
*/ */
#ifndef CLUTTER_ACTION_PRIVATE_H #pragma once
#define CLUTTER_ACTION_PRIVATE_H
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -44,5 +43,3 @@ void clutter_action_sequence_cancelled (ClutterAction *action,
ClutterEventSequence *sequence); ClutterEventSequence *sequence);
G_END_DECLS G_END_DECLS
#endif /* CLUTTER_ACTION_PRIVATE_H */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_ACTION_H__ #pragma once
#define __CLUTTER_ACTION_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -90,5 +89,3 @@ gboolean clutter_actor_has_actions (ClutterActor *self);
ClutterEventPhase clutter_action_get_phase (ClutterAction *action); ClutterEventPhase clutter_action_get_phase (ClutterAction *action);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_ACTION_H__ */

View file

@ -1,5 +1,4 @@
#ifndef __CLUTTER_ACTOR_BOX_PRIVATE_H__ #pragma once
#define __CLUTTER_ACTOR_BOX_PRIVATE_H__
#include <clutter/clutter-types.h> #include <clutter/clutter-types.h>
@ -8,5 +7,3 @@ G_BEGIN_DECLS
void _clutter_actor_box_enlarge_for_effects (ClutterActorBox *box); void _clutter_actor_box_enlarge_for_effects (ClutterActorBox *box);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_ACTOR_BOX_PRIVATE_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_ACTOR_META_PRIVATE_H__ #pragma once
#define __CLUTTER_ACTOR_META_PRIVATE_H__
#include <clutter/clutter-actor-meta.h> #include <clutter/clutter-actor-meta.h>
@ -93,5 +92,3 @@ int _clutter_actor_meta_get_priority (ClutterActorMet
gboolean _clutter_actor_meta_is_internal (ClutterActorMeta *meta); gboolean _clutter_actor_meta_is_internal (ClutterActorMeta *meta);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_ACTOR_META_PRIVATE_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_ACTOR_META_H__ #pragma once
#define __CLUTTER_ACTOR_META_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -86,5 +85,3 @@ CLUTTER_EXPORT
ClutterActor * clutter_actor_meta_get_actor (ClutterActorMeta *meta); ClutterActor * clutter_actor_meta_get_actor (ClutterActorMeta *meta);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_ACTOR_META_H__ */

View file

@ -19,8 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_ACTOR_PRIVATE_H__ #pragma once
#define __CLUTTER_ACTOR_PRIVATE_H__
#include <clutter/clutter-actor.h> #include <clutter/clutter-actor.h>
#include <clutter/clutter-grab.h> #include <clutter/clutter-grab.h>
@ -281,5 +280,3 @@ void clutter_actor_set_implicitly_grabbed (ClutterActor *actor,
gboolean is_implicitly_grabbed); gboolean is_implicitly_grabbed);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_ACTOR_PRIVATE_H__ */

View file

@ -22,8 +22,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_ACTOR_H__ #pragma once
#define __CLUTTER_ACTOR_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -909,5 +908,3 @@ CLUTTER_EXPORT
void clutter_actor_invalidate_paint_volume (ClutterActor *self); void clutter_actor_invalidate_paint_volume (ClutterActor *self);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_ACTOR_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_ALIGN_CONSTRAINT_H__ #pragma once
#define __CLUTTER_ALIGN_CONSTRAINT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -71,5 +70,3 @@ CLUTTER_EXPORT
gfloat clutter_align_constraint_get_factor (ClutterAlignConstraint *align); gfloat clutter_align_constraint_get_factor (ClutterAlignConstraint *align);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_ALIGN_CONSTRAINT_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_ANIMATABLE_H__ #pragma once
#define __CLUTTER_ANIMATABLE_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -96,5 +95,3 @@ CLUTTER_EXPORT
ClutterActor * clutter_animatable_get_actor (ClutterAnimatable *animatable); ClutterActor * clutter_animatable_get_actor (ClutterAnimatable *animatable);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_ANIMATABLE_H__ */

View file

@ -21,8 +21,7 @@
* *
*/ */
#ifndef __CLUTTER_AUTO_CLEANUPS_H__ #pragma once
#define __CLUTTER_AUTO_CLEANUPS_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -88,5 +87,3 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterPaintVolume, clutter_paint_volume_free)
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterPathNode, clutter_path_node_free) G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterPathNode, clutter_path_node_free)
#endif /* __GI_SCANNER__ */ #endif /* __GI_SCANNER__ */
#endif /* __CLUTTER_AUTO_CLEANUPS_H__ */

View file

@ -19,8 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_BACKEND_PRIVATE_H__ #pragma once
#define __CLUTTER_BACKEND_PRIVATE_H__
#include <clutter/clutter-backend.h> #include <clutter/clutter-backend.h>
#include <clutter/clutter-seat.h> #include <clutter/clutter-seat.h>
@ -129,5 +128,3 @@ CLUTTER_EXPORT
void clutter_backend_destroy (ClutterBackend *backend); void clutter_backend_destroy (ClutterBackend *backend);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_BACKEND_PRIVATE_H__ */

View file

@ -21,8 +21,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_BACKEND_H__ #pragma once
#define __CLUTTER_BACKEND_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -74,5 +73,3 @@ CLUTTER_EXPORT
ClutterSeat * clutter_backend_get_default_seat (ClutterBackend *backend); ClutterSeat * clutter_backend_get_default_seat (ClutterBackend *backend);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_BACKEND_H__ */

View file

@ -21,8 +21,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_BEZIER_H__ #pragma once
#define __CLUTTER_BEZIER_H__
#include <glib.h> #include <glib.h>
#include "clutter-types.h" #include "clutter-types.h"
@ -61,5 +60,3 @@ void _clutter_bezier_adjust (ClutterBezier *b,
guint _clutter_bezier_get_length (const ClutterBezier *b); guint _clutter_bezier_get_length (const ClutterBezier *b);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_BEZIER_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_BIN_LAYOUT_H__ #pragma once
#define __CLUTTER_BIN_LAYOUT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -72,5 +71,3 @@ ClutterLayoutManager * clutter_bin_layout_new (ClutterBinAlignment x_align,
ClutterBinAlignment y_align); ClutterBinAlignment y_align);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_BIN_LAYOUT_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_BIND_CONSTRAINT_H__ #pragma once
#define __CLUTTER_BIND_CONSTRAINT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -65,5 +64,3 @@ CLUTTER_EXPORT
gfloat clutter_bind_constraint_get_offset (ClutterBindConstraint *constraint); gfloat clutter_bind_constraint_get_offset (ClutterBindConstraint *constraint);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_BIND_CONSTRAINT_H__ */

View file

@ -21,8 +21,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_BINDING_POOL_H__ #pragma once
#define __CLUTTER_BINDING_POOL_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -121,5 +120,3 @@ void clutter_binding_pool_unblock_action (ClutterBindingPool
const gchar *action_name); const gchar *action_name);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_BINDING_POOL_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_BLUR_EFFECT_H__ #pragma once
#define __CLUTTER_BLUR_EFFECT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -47,5 +46,3 @@ CLUTTER_EXPORT
ClutterEffect *clutter_blur_effect_new (void); ClutterEffect *clutter_blur_effect_new (void);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_BLUR_EFFECT_H__ */

View file

@ -15,8 +15,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef CLUTTER_BLUR_PRIVATE_H #pragma once
#define CLUTTER_BLUR_PRIVATE_H
#include <glib-object.h> #include <glib-object.h>
@ -36,5 +35,3 @@ CoglTexture * clutter_blur_get_texture (ClutterBlur *blur);
void clutter_blur_free (ClutterBlur *blur); void clutter_blur_free (ClutterBlur *blur);
G_END_DECLS G_END_DECLS
#endif /* CLUTTER_BLUR_PRIVATE_H */

View file

@ -25,8 +25,7 @@
* Thomas Wood <thomas.wood@intel.com> * Thomas Wood <thomas.wood@intel.com>
*/ */
#ifndef __CLUTTER_BOX_LAYOUT_H__ #pragma once
#define __CLUTTER_BOX_LAYOUT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -91,5 +90,3 @@ CLUTTER_EXPORT
gboolean clutter_box_layout_get_homogeneous (ClutterBoxLayout *layout); gboolean clutter_box_layout_get_homogeneous (ClutterBoxLayout *layout);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_BOX_LAYOUT_H__ */

View file

@ -22,8 +22,7 @@
* Joseph Scheuhammer <clown@alum.mit.edu> * Joseph Scheuhammer <clown@alum.mit.edu>
*/ */
#ifndef __CLUTTER_BRIGHTNESS_CONTRAST_EFFECT_H__ #pragma once
#define __CLUTTER_BRIGHTNESS_CONTRAST_EFFECT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -76,5 +75,3 @@ void clutter_brightness_contrast_effect_get_contrast
float *blue); float *blue);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_BRIGHTNESS_CONTRAST_EFFECT_H__ */

View file

@ -19,8 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_CAIRO_H__ #pragma once
#define __CLUTTER_CAIRO_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -55,5 +54,3 @@ void clutter_cairo_set_source_color (cairo_t *cr,
const ClutterColor *color); const ClutterColor *color);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_CAIRO_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_CANVAS_H__ #pragma once
#define __CLUTTER_CANVAS_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -88,5 +87,3 @@ CLUTTER_EXPORT
float clutter_canvas_get_scale_factor (ClutterCanvas *canvas); float clutter_canvas_get_scale_factor (ClutterCanvas *canvas);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_CANVAS_H__ */

View file

@ -25,8 +25,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_CHILD_META_H__ #pragma once
#define __CLUTTER_CHILD_META_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -76,5 +75,3 @@ CLUTTER_EXPORT
ClutterActor * clutter_child_meta_get_actor (ClutterChildMeta *data); ClutterActor * clutter_child_meta_get_actor (ClutterChildMeta *data);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_CHILD_META_H__ */

View file

@ -25,8 +25,7 @@
* Colin Walters <walters@verbum.org> * Colin Walters <walters@verbum.org>
*/ */
#ifndef __CLUTTER_CLICK_ACTION_H__ #pragma once
#define __CLUTTER_CLICK_ACTION_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -83,5 +82,3 @@ CLUTTER_EXPORT
void clutter_click_action_release (ClutterClickAction *action); void clutter_click_action_release (ClutterClickAction *action);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_CLICK_ACTION_H__ */

View file

@ -21,8 +21,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_CLONE_H__ #pragma once
#define __CLUTTER_CLONE_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -74,5 +73,3 @@ CLUTTER_EXPORT
ClutterActor * clutter_clone_get_source (ClutterClone *self); ClutterActor * clutter_clone_get_source (ClutterClone *self);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_CLONE_H__ */

View file

@ -22,8 +22,7 @@
* Naveen Kumar <naveen1.kumar@intel.com> * Naveen Kumar <naveen1.kumar@intel.com>
*/ */
#ifndef CLUTTER_COLOR_STATE_H #pragma once
#define CLUTTER_COLOR_STATE_H
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -46,5 +45,3 @@ CLUTTER_EXPORT
ClutterColorspace clutter_color_state_get_colorspace (ClutterColorState *color_state); ClutterColorspace clutter_color_state_get_colorspace (ClutterColorState *color_state);
G_END_DECLS G_END_DECLS
#endif /* CLUTTER_COLOR_STATE_H */

View file

@ -19,8 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_COLOR_STATIC_H__ #pragma once
#define __CLUTTER_COLOR_STATIC_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -75,5 +74,3 @@
#define CLUTTER_COLOR_Aluminium6 (__CLUTTER_COLOR_SYM (ALUMINIUM_6)) #define CLUTTER_COLOR_Aluminium6 (__CLUTTER_COLOR_SYM (ALUMINIUM_6))
#define CLUTTER_COLOR_Transparent (__CLUTTER_COLOR_SYM (TRANSPARENT)) #define CLUTTER_COLOR_Transparent (__CLUTTER_COLOR_SYM (TRANSPARENT))
#endif /* __CLUTTER_COLOR_STATIC_H__ */

View file

@ -23,8 +23,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_COLOR_H__ #pragma once
#define __CLUTTER_COLOR_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -195,5 +194,3 @@ CLUTTER_EXPORT
const ClutterColor *clutter_color_get_static (ClutterStaticColor color); const ClutterColor *clutter_color_get_static (ClutterStaticColor color);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_COLOR_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_COLORIZE_EFFECT_H__ #pragma once
#define __CLUTTER_COLORIZE_EFFECT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -55,5 +54,3 @@ void clutter_colorize_effect_get_tint (ClutterColorizeEffect *effect,
ClutterColor *tint); ClutterColor *tint);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_COLORIZE_EFFECT_H__ */

View file

@ -19,8 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_CONSTRAINT_PRIVATE_H__ #pragma once
#define __CLUTTER_CONSTRAINT_PRIVATE_H__
#include "clutter-constraint.h" #include "clutter-constraint.h"
@ -31,5 +30,3 @@ gboolean clutter_constraint_update_allocation (ClutterConstraint *constraint,
ClutterActorBox *allocation); ClutterActorBox *allocation);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_CONSTRAINT_PRIVATE_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_CONSTRAINT_H__ #pragma once
#define __CLUTTER_CONSTRAINT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -114,5 +113,3 @@ CLUTTER_EXPORT
gboolean clutter_actor_has_constraints (ClutterActor *self); gboolean clutter_actor_has_constraints (ClutterActor *self);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_CONSTRAINT_H__ */

View file

@ -19,8 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_CONTAINER_PRIVATE_H__ #pragma once
#define __CLUTTER_CONTAINER_PRIVATE_H__
#include <clutter/clutter-container.h> #include <clutter/clutter-container.h>
@ -32,5 +31,3 @@ void _clutter_container_emit_actor_removed (ClutterContainer *container,
ClutterActor *actor); ClutterActor *actor);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_CONTAINER_PRIVATE_H__ */

View file

@ -24,8 +24,7 @@
* Author: Emmanuele Bassi <ebassi@openedhand.com> * Author: Emmanuele Bassi <ebassi@openedhand.com>
*/ */
#ifndef __CLUTTER_CONTAINER_H__ #pragma once
#define __CLUTTER_CONTAINER_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -150,5 +149,3 @@ void clutter_container_child_notify (Clutter
GParamSpec *pspec); GParamSpec *pspec);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_CONTAINER_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_CONTENT_PRIVATE_H__ #pragma once
#define __CLUTTER_CONTENT_PRIVATE_H__
#include <clutter/clutter-content.h> #include <clutter/clutter-content.h>
@ -40,5 +39,3 @@ void _clutter_content_paint_content (ClutterContent *co
ClutterPaintContext *paint_context); ClutterPaintContext *paint_context);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_CONTENT_PRIVATE_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_CONTENT_H__ #pragma once
#define __CLUTTER_CONTENT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -89,5 +88,3 @@ CLUTTER_EXPORT
void clutter_content_invalidate_size (ClutterContent *content); void clutter_content_invalidate_size (ClutterContent *content);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_CONTENT_H__ */

View file

@ -16,8 +16,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef CLUTTER_DAMAGE_HISTORY_H #pragma once
#define CLUTTER_DAMAGE_HISTORY_H
#include <cairo.h> #include <cairo.h>
#include <glib.h> #include <glib.h>
@ -46,5 +45,3 @@ void clutter_damage_history_step (ClutterDamageHistory *history);
CLUTTER_EXPORT CLUTTER_EXPORT
const cairo_region_t * clutter_damage_history_lookup (ClutterDamageHistory *history, const cairo_region_t * clutter_damage_history_lookup (ClutterDamageHistory *history,
int age); int age);
#endif /* CLUTTER_DAMAGE_HISTORY_H */

View file

@ -1,5 +1,4 @@
#ifndef __CLUTTER_DEBUG_H__ #pragma once
#define __CLUTTER_DEBUG_H__
#include <glib.h> #include <glib.h>
#include "clutter-main.h" #include "clutter-main.h"
@ -49,5 +48,3 @@ void _clutter_debug_message (const char *format,
...) G_GNUC_PRINTF (1, 2); ...) G_GNUC_PRINTF (1, 2);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_DEBUG_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_DEFORM_EFFECT_H__ #pragma once
#define __CLUTTER_DEFORM_EFFECT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -94,5 +93,3 @@ CLUTTER_EXPORT
void clutter_deform_effect_invalidate (ClutterDeformEffect *effect); void clutter_deform_effect_invalidate (ClutterDeformEffect *effect);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_DEFORM_EFFECT_H__ */

View file

@ -1,5 +1,4 @@
#ifndef __CLUTTER_DEPRECATED_H__ #pragma once
#define __CLUTTER_DEPRECATED_H__
#define __CLUTTER_DEPRECATED_H_INSIDE__ #define __CLUTTER_DEPRECATED_H_INSIDE__
@ -7,4 +6,3 @@
#undef __CLUTTER_DEPRECATED_H_INSIDE__ #undef __CLUTTER_DEPRECATED_H_INSIDE__
#endif /* __CLUTTER_DEPRECATED_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_DESATURATE_EFFECT_H__ #pragma once
#define __CLUTTER_DESATURATE_EFFECT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -53,5 +52,3 @@ CLUTTER_EXPORT
gdouble clutter_desaturate_effect_get_factor (ClutterDesaturateEffect *effect); gdouble clutter_desaturate_effect_get_factor (ClutterDesaturateEffect *effect);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_DESATURATE_EFFECT_H__ */

View file

@ -1,5 +1,4 @@
#ifndef __CLUTTER_EASING_H__ #pragma once
#define __CLUTTER_EASING_H__
#include <clutter/clutter-types.h> #include <clutter/clutter-types.h>
@ -138,5 +137,3 @@ double clutter_ease_cubic_bezier (double t,
double y_2); double y_2);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_EASING_H__ */

View file

@ -1,5 +1,4 @@
#ifndef __CLUTTER_EFFECT_PRIVATE_H__ #pragma once
#define __CLUTTER_EFFECT_PRIVATE_H__
#include <clutter/clutter-effect.h> #include <clutter/clutter-effect.h>
@ -16,5 +15,3 @@ void _clutter_effect_pick (ClutterEffect
ClutterPickContext *pick_context); ClutterPickContext *pick_context);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_EFFECT_PRIVATE_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_EFFECT_H__ #pragma once
#define __CLUTTER_EFFECT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -123,5 +122,3 @@ CLUTTER_EXPORT
gboolean clutter_actor_has_effects (ClutterActor *self); gboolean clutter_actor_has_effects (ClutterActor *self);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_EFFECT_H__ */

View file

@ -1,6 +1,5 @@
/*** BEGIN file-header ***/ /*** BEGIN file-header ***/
#ifndef __CLUTTER_ENUM_TYPES_H__ #pragma once
#define __CLUTTER_ENUM_TYPES_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -25,5 +24,4 @@ CLUTTER_EXPORT GType @enum_name@_get_type (void) G_GNUC_CONST;
/*** BEGIN file-tail ***/ /*** BEGIN file-tail ***/
G_END_DECLS G_END_DECLS
#endif /* !__CLUTTER_ENUM_TYPES_H__ */
/*** END file-tail ***/ /*** END file-tail ***/

View file

@ -19,8 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_ENUMS_H__ #pragma once
#define __CLUTTER_ENUMS_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -1471,5 +1470,3 @@ typedef enum
} ClutterGrabState; } ClutterGrabState;
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_ENUMS_H__ */

View file

@ -1,5 +1,4 @@
#ifndef __CLUTTER_EVENT_PRIVATE_H__ #pragma once
#define __CLUTTER_EVENT_PRIVATE_H__
#include <clutter/clutter-event.h> #include <clutter/clutter-event.h>
@ -42,5 +41,3 @@ CLUTTER_EXPORT
const char * clutter_event_get_name (const ClutterEvent *event); const char * clutter_event_get_name (const ClutterEvent *event);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_EVENT_PRIVATE_H__ */

View file

@ -21,8 +21,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_EVENT_H__ #pragma once
#define __CLUTTER_EVENT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -817,5 +816,3 @@ gboolean clutter_event_get_relative_motion (const ClutterEvent *
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_EVENT_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_FIXED_LAYOUT_H__ #pragma once
#define __CLUTTER_FIXED_LAYOUT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -68,5 +67,3 @@ CLUTTER_EXPORT
ClutterLayoutManager *clutter_fixed_layout_new (void); ClutterLayoutManager *clutter_fixed_layout_new (void);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_FIXED_LAYOUT_H__ */

View file

@ -22,8 +22,7 @@
* Neil Roberts <neil@linux.intel.com> * Neil Roberts <neil@linux.intel.com>
*/ */
#ifndef __CLUTTER_FLATTEN_EFFECT_H__ #pragma once
#define __CLUTTER_FLATTEN_EFFECT_H__
#include <clutter/clutter-offscreen-effect.h> #include <clutter/clutter-offscreen-effect.h>
@ -69,5 +68,3 @@ GType _clutter_flatten_effect_get_type (void) G_GNUC_CONST;
ClutterEffect *_clutter_flatten_effect_new (void); ClutterEffect *_clutter_flatten_effect_new (void);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_FLATTEN_EFFECT_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_FLOW_LAYOUT_H__ #pragma once
#define __CLUTTER_FLOW_LAYOUT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -115,5 +114,3 @@ CLUTTER_EXPORT
gboolean clutter_flow_layout_get_snap_to_grid (ClutterFlowLayout *layout); gboolean clutter_flow_layout_get_snap_to_grid (ClutterFlowLayout *layout);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_FLOW_LAYOUT_H__ */

View file

@ -15,8 +15,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef CLUTTER_FRAME_CLOCK_H #pragma once
#define CLUTTER_FRAME_CLOCK_H
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -96,5 +95,3 @@ void clutter_frame_clock_record_flip_time (ClutterFrameClock *frame_clock,
int64_t flip_time_us); int64_t flip_time_us);
GString * clutter_frame_clock_get_max_render_time_debug_info (ClutterFrameClock *frame_clock); GString * clutter_frame_clock_get_max_render_time_debug_info (ClutterFrameClock *frame_clock);
#endif /* CLUTTER_FRAME_CLOCK_H */

View file

@ -15,8 +15,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef CLUTTER_FRAME_PRIVATE_H #pragma once
#define CLUTTER_FRAME_PRIVATE_H
#include "clutter/clutter-frame.h" #include "clutter/clutter-frame.h"
@ -45,5 +44,3 @@ gpointer clutter_frame_new (size_t size,
((FrameType *) (clutter_frame_new (sizeof (FrameType), release))) ((FrameType *) (clutter_frame_new (sizeof (FrameType), release)))
ClutterFrameResult clutter_frame_get_result (ClutterFrame *frame); ClutterFrameResult clutter_frame_get_result (ClutterFrame *frame);
#endif /* CLUTTER_FRAME_PRIVATE_H */

View file

@ -15,8 +15,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef CLUTTER_FRAME_H #pragma once
#define CLUTTER_FRAME_H
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -56,5 +55,3 @@ CLUTTER_EXPORT
gboolean clutter_frame_has_result (ClutterFrame *frame); gboolean clutter_frame_has_result (ClutterFrame *frame);
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterFrame, clutter_frame_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClutterFrame, clutter_frame_unref)
#endif /* CLUTTER_FRAME_H */

View file

@ -19,13 +19,10 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_GESTURE_ACTION_PRIVATE_H__ #pragma once
#define __CLUTTER_GESTURE_ACTION_PRIVATE_H__
#include <clutter/clutter-gesture-action.h> #include <clutter/clutter-gesture-action.h>
G_BEGIN_DECLS G_BEGIN_DECLS
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_GESTURE_ACTION_PRIVATE_H__ */

View file

@ -23,8 +23,7 @@
* Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> * Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
*/ */
#ifndef __CLUTTER_GESTURE_ACTION_H__ #pragma once
#define __CLUTTER_GESTURE_ACTION_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -143,5 +142,3 @@ void clutter_gesture_action_get_threshold_trigger_dis
float *y); float *y);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_GESTURE_ACTION_H__ */

View file

@ -21,8 +21,7 @@
* Author: Carlos Garnacho <carlosg@gnome.org> * Author: Carlos Garnacho <carlosg@gnome.org>
*/ */
#ifndef CLUTTER_GRAB_H #pragma once
#define CLUTTER_GRAB_H
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -47,5 +46,3 @@ ClutterGrab * clutter_grab_ref (ClutterGrab *grab);
CLUTTER_EXPORT CLUTTER_EXPORT
void clutter_grab_unref (ClutterGrab *grab); void clutter_grab_unref (ClutterGrab *grab);
#endif /* CLUTTER_GRAB_H */

View file

@ -22,9 +22,6 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef CLUTTER_GRAPHENE_H #pragma once
#define CLUTTER_GRAPHENE_H
void clutter_graphene_init (void); void clutter_graphene_init (void);
#endif

View file

@ -26,8 +26,7 @@
* Matthias Clasen * Matthias Clasen
*/ */
#ifndef __CLUTTER_GRID_LAYOUT_H__ #pragma once
#define __CLUTTER_GRID_LAYOUT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -145,5 +144,3 @@ CLUTTER_EXPORT
gboolean clutter_grid_layout_get_row_homogeneous (ClutterGridLayout *layout); gboolean clutter_grid_layout_get_row_homogeneous (ClutterGridLayout *layout);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_GRID_LAYOUT_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_IMAGE_H__ #pragma once
#define __CLUTTER_IMAGE_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -81,5 +80,3 @@ CLUTTER_EXPORT
CoglTexture * clutter_image_get_texture (ClutterImage *image); CoglTexture * clutter_image_get_texture (ClutterImage *image);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_IMAGE_H__ */

View file

@ -21,8 +21,7 @@
* Author: Emmanuele Bassi <ebassi@linux.intel.com> * Author: Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef CLUTTER_INPUT_DEVICE_PRIVATE_H #pragma once
#define CLUTTER_INPUT_DEVICE_PRIVATE_H
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -57,5 +56,3 @@ struct _ClutterInputDevice
ClutterVirtualInputDevice *accessibility_virtual_device; ClutterVirtualInputDevice *accessibility_virtual_device;
ClutterPtrA11yData *ptr_a11y_data; ClutterPtrA11yData *ptr_a11y_data;
}; };
#endif /* CLUTTER_INPUT_DEVICE_PRIVATE_H */

View file

@ -21,8 +21,7 @@
* Author: Carlos Garnacho <carlosg@gnome.org> * Author: Carlos Garnacho <carlosg@gnome.org>
*/ */
#ifndef __CLUTTER_INPUT_DEVICE_TOOL_H__ #pragma once
#define __CLUTTER_INPUT_DEVICE_TOOL_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -68,5 +67,3 @@ CLUTTER_EXPORT
ClutterInputAxisFlags clutter_input_device_tool_get_axes (ClutterInputDeviceTool *tool); ClutterInputAxisFlags clutter_input_device_tool_get_axes (ClutterInputDeviceTool *tool);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_INPUT_DEVICE_TOOL_H__ */

View file

@ -21,8 +21,7 @@
* Author: Emmanuele Bassi <ebassi@linux.intel.com> * Author: Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_INPUT_DEVICE_H__ #pragma once
#define __CLUTTER_INPUT_DEVICE_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -127,5 +126,3 @@ gboolean clutter_input_device_get_dimensions (ClutterInputDevice *device,
unsigned int *height); unsigned int *height);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_INPUT_DEVICE_H__ */

View file

@ -19,8 +19,7 @@
* Author: Carlos Garnacho <carlosg@gnome.org> * Author: Carlos Garnacho <carlosg@gnome.org>
*/ */
#ifndef __CLUTTER_INPUT_FOCUS_PRIVATE_H__ #pragma once
#define __CLUTTER_INPUT_FOCUS_PRIVATE_H__
void clutter_input_focus_focus_in (ClutterInputFocus *focus, void clutter_input_focus_focus_in (ClutterInputFocus *focus,
ClutterInputMethod *method); ClutterInputMethod *method);
@ -37,5 +36,3 @@ void clutter_input_focus_set_preedit_text (ClutterInputFocus *focus,
const gchar *preedit, const gchar *preedit,
unsigned int cursor, unsigned int cursor,
unsigned int anchor); unsigned int anchor);
#endif /* __CLUTTER_INPUT_FOCUS_PRIVATE_H__ */

View file

@ -19,8 +19,7 @@
* Author: Carlos Garnacho <carlosg@gnome.org> * Author: Carlos Garnacho <carlosg@gnome.org>
*/ */
#ifndef __CLUTTER_INPUT_FOCUS_H__ #pragma once
#define __CLUTTER_INPUT_FOCUS_H__
#include <clutter/clutter.h> #include <clutter/clutter.h>
@ -86,5 +85,3 @@ void clutter_input_focus_set_can_show_preedit (ClutterInputFocus *focus,
CLUTTER_EXPORT CLUTTER_EXPORT
void clutter_input_focus_set_input_panel_state (ClutterInputFocus *focus, void clutter_input_focus_set_input_panel_state (ClutterInputFocus *focus,
ClutterInputPanelState state); ClutterInputPanelState state);
#endif /* __CLUTTER_INPUT_FOCUS_H__ */

View file

@ -19,8 +19,7 @@
* Author: Carlos Garnacho <carlosg@gnome.org> * Author: Carlos Garnacho <carlosg@gnome.org>
*/ */
#ifndef __CLUTTER_INPUT_METHOD_PRIVATE_H__ #pragma once
#define __CLUTTER_INPUT_METHOD_PRIVATE_H__
ClutterInputFocus * clutter_input_method_get_focus (ClutterInputMethod *method); ClutterInputFocus * clutter_input_method_get_focus (ClutterInputMethod *method);
@ -42,5 +41,3 @@ gboolean clutter_input_method_filter_key_event (ClutterInputMethod *method,
const ClutterKeyEvent *key); const ClutterKeyEvent *key);
void clutter_input_method_toggle_input_panel (ClutterInputMethod *method); void clutter_input_method_toggle_input_panel (ClutterInputMethod *method);
#endif /* __CLUTTER_INPUT_METHOD_PRIVATE_H__ */

View file

@ -19,8 +19,7 @@
* Author: Carlos Garnacho <carlosg@gnome.org> * Author: Carlos Garnacho <carlosg@gnome.org>
*/ */
#ifndef __CLUTTER_INPUT_METHOD_H__ #pragma once
#define __CLUTTER_INPUT_METHOD_H__
#include <clutter/clutter.h> #include <clutter/clutter.h>
@ -95,5 +94,3 @@ void clutter_input_method_forward_key (ClutterInputMethod *im,
uint32_t state, uint32_t state,
uint64_t time_, uint64_t time_,
gboolean press); gboolean press);
#endif /* __CLUTTER_INPUT_METHOD_H__ */

View file

@ -19,8 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef CLUTTER_INPUT_ONLY_ACTION_H #pragma once
#define CLUTTER_INPUT_ONLY_ACTION_H
#include "clutter/clutter.h" #include "clutter/clutter.h"
@ -34,5 +33,3 @@ G_DECLARE_FINAL_TYPE (ClutterInputOnlyAction, clutter_input_only_action,
ClutterInputOnlyAction * clutter_input_only_action_new (ClutterInputOnlyHandleEvent handle_event, ClutterInputOnlyAction * clutter_input_only_action_new (ClutterInputOnlyHandleEvent handle_event,
gpointer user_data, gpointer user_data,
GDestroyNotify destroy); GDestroyNotify destroy);
#endif /* CLUTTER_INPUT_ONLY_ACTION_H */

View file

@ -19,8 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef CLUTTER_INPUT_ONLY_ACTOR_H #pragma once
#define CLUTTER_INPUT_ONLY_ACTOR_H
#include "clutter/clutter.h" #include "clutter/clutter.h"
#include "clutter/clutter-stage-private.h" #include "clutter/clutter-stage-private.h"
@ -32,5 +31,3 @@ G_DECLARE_FINAL_TYPE (ClutterInputOnlyActor, clutter_input_only_actor,
ClutterInputOnlyActor * clutter_input_only_actor_new (ClutterEventHandler event_handler, ClutterInputOnlyActor * clutter_input_only_actor_new (ClutterEventHandler event_handler,
gpointer user_data, gpointer user_data,
GDestroyNotify destroy); GDestroyNotify destroy);
#endif /* CLUTTER_INPUT_ONLY_ACTOR_H */

View file

@ -19,8 +19,7 @@
* Author: Olivier Fourdan <ofourdan@redhat.com> * Author: Olivier Fourdan <ofourdan@redhat.com>
*/ */
#ifndef __CLUTTER_INPUT_POINTER_A11Y_H__ #pragma once
#define __CLUTTER_INPUT_POINTER_A11Y_H__
#include <clutter/clutter-types.h> #include <clutter/clutter-types.h>
#include "clutter-enum-types.h" #include "clutter-enum-types.h"
@ -47,5 +46,3 @@ void clutter_input_pointer_a11y_update (ClutterInputDevice *device,
const ClutterEvent *event); const ClutterEvent *event);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_INPUT_POINTER_A11Y_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_INTERVAL_H__ #pragma once
#define __CLUTTER_INTERVAL_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -136,5 +135,3 @@ CLUTTER_EXPORT
gboolean clutter_interval_is_valid (ClutterInterval *interval); gboolean clutter_interval_is_valid (ClutterInterval *interval);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_INTERVAL_H__ */

View file

@ -21,8 +21,7 @@
* Author: Emmanuele Bassi <ebassi@linux.intel.com> * Author: Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_KEYFRAME_TRANSITION_H__ #pragma once
#define __CLUTTER_KEYFRAME_TRANSITION_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -106,5 +105,3 @@ CLUTTER_EXPORT
void clutter_keyframe_transition_clear (ClutterKeyframeTransition *transition); void clutter_keyframe_transition_clear (ClutterKeyframeTransition *transition);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_KEYFRAME_TRANSITION_H__ */

View file

@ -18,8 +18,7 @@
* *
*/ */
#ifndef CLUTTER_KEYMAP_PRIVATE_H #pragma once
#define CLUTTER_KEYMAP_PRIVATE_H
#include "clutter/clutter-keymap.h" #include "clutter/clutter-keymap.h"
@ -27,5 +26,3 @@ CLUTTER_EXPORT
void clutter_keymap_set_lock_modifier_state (ClutterKeymap *keymap, void clutter_keymap_set_lock_modifier_state (ClutterKeymap *keymap,
gboolean caps_lock_state, gboolean caps_lock_state,
gboolean num_lock_state); gboolean num_lock_state);
#endif /* CLUTTER_KEYMAP_PRIVATE_H */

View file

@ -19,8 +19,7 @@
* Author: Carlos Garnacho <carlosg@gnome.org> * Author: Carlos Garnacho <carlosg@gnome.org>
*/ */
#ifndef CLUTTER_KEYMAP_H #pragma once
#define CLUTTER_KEYMAP_H
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -54,5 +53,3 @@ CLUTTER_EXPORT
gboolean clutter_keymap_get_caps_lock_state (ClutterKeymap *keymap); gboolean clutter_keymap_get_caps_lock_state (ClutterKeymap *keymap);
PangoDirection clutter_keymap_get_direction (ClutterKeymap *keymap); PangoDirection clutter_keymap_get_direction (ClutterKeymap *keymap);
#endif /* CLUTTER_KEYMAP_H */

View file

@ -94,8 +94,7 @@ print OUT_KEYSYMS<<EOF;
* $XF86keysym_url * $XF86keysym_url
*/ */
#ifndef __CLUTTER_KEYSYMS_H__ #pragma once
#define __CLUTTER_KEYSYMS_H__
EOF EOF
@ -166,12 +165,6 @@ while (<IN_XF86KEYSYM>)
close IN_XF86KEYSYM; close IN_XF86KEYSYM;
print OUT_KEYSYMS<<EOF;
#endif /* __CLUTTER_KEYSYMS_H__ */
EOF
foreach my $f (qw/ keysymdef.h XF86keysym.h /) { foreach my $f (qw/ keysymdef.h XF86keysym.h /) {
unlink $f or die "Unable to delete $f: $!"; unlink $f or die "Unable to delete $f: $!";
} }

View file

@ -28,9 +28,6 @@
* http://cgit.freedesktop.org/xorg/proto/x11proto/plain/XF86keysym.h * http://cgit.freedesktop.org/xorg/proto/x11proto/plain/XF86keysym.h
*/ */
#ifndef __CLUTTER_KEYSYMS_H__
#define __CLUTTER_KEYSYMS_H__
#define CLUTTER_KEY_VoidSymbol 0xffffff #define CLUTTER_KEY_VoidSymbol 0xffffff
#define CLUTTER_KEY_BackSpace 0xff08 #define CLUTTER_KEY_BackSpace 0xff08
#define CLUTTER_KEY_Tab 0xff09 #define CLUTTER_KEY_Tab 0xff09
@ -2305,5 +2302,3 @@
#define CLUTTER_KEY_Prev_VMode 0x1008fe23 #define CLUTTER_KEY_Prev_VMode 0x1008fe23
#define CLUTTER_KEY_LogWindowTree 0x1008fe24 #define CLUTTER_KEY_LogWindowTree 0x1008fe24
#define CLUTTER_KEY_LogGrabInfo 0x1008fe25 #define CLUTTER_KEY_LogGrabInfo 0x1008fe25
#endif /* __CLUTTER_KEYSYMS_H__ */

View file

@ -20,8 +20,8 @@
* *
* The code is a modified version of the GDK implementation * The code is a modified version of the GDK implementation
*/ */
#ifndef __CLUTTER_KEYVAL_H__
#define __CLUTTER_KEYVAL_H__ #pragma once
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/keyval.h> can be included directly." #error "Only <clutter/keyval.h> can be included directly."
@ -40,5 +40,3 @@ CLUTTER_EXPORT
char * clutter_keyval_name (unsigned int keyval); char * clutter_keyval_name (unsigned int keyval);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_KEYVAL_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_LAYOUT_MANAGER_H__ #pragma once
#define __CLUTTER_LAYOUT_MANAGER_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -180,5 +179,3 @@ void clutter_layout_manager_child_get_property (ClutterLayoutMa
GValue *value); GValue *value);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_LAYOUT_MANAGER_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_LAYOUT_META_H__ #pragma once
#define __CLUTTER_LAYOUT_META_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -74,5 +73,3 @@ CLUTTER_EXPORT
ClutterLayoutManager *clutter_layout_meta_get_manager (ClutterLayoutMeta *data); ClutterLayoutManager *clutter_layout_meta_get_manager (ClutterLayoutMeta *data);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_LAYOUT_META_H__ */

View file

@ -19,8 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_MACROS_H__ #pragma once
#define __CLUTTER_MACROS_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -77,5 +76,3 @@
* for testability purposes * for testability purposes
*/ */
#define CLUTTER_EXPORT_TEST CLUTTER_EXPORT #define CLUTTER_EXPORT_TEST CLUTTER_EXPORT
#endif /* __CLUTTER_MACROS_H__ */

View file

@ -21,8 +21,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_MAIN_H__ #pragma once
#define __CLUTTER_MAIN_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -154,5 +153,3 @@ CLUTTER_EXPORT
ClutterTextDirection clutter_get_text_direction (void); ClutterTextDirection clutter_get_text_direction (void);
G_END_DECLS G_END_DECLS
#endif /* _CLUTTER_MAIN_H__ */

View file

@ -20,8 +20,7 @@
* *
*/ */
#ifndef __CLUTTER_MUTTER_H__ #pragma once
#define __CLUTTER_MUTTER_H__
#define __CLUTTER_H_INSIDE__ #define __CLUTTER_H_INSIDE__
@ -141,5 +140,3 @@ void clutter_actor_get_relative_transformation_matrix (ClutterActor *self,
graphene_matrix_t *matrix); graphene_matrix_t *matrix);
#undef __CLUTTER_H_INSIDE__ #undef __CLUTTER_H_INSIDE__
#endif /* __CLUTTER_MUTTER_H__ */

View file

@ -1,10 +1,7 @@
#ifndef __CLUTTER_OFFSCREEN_EFFECT_PRIVATE_H__ #pragma once
#define __CLUTTER_OFFSCREEN_EFFECT_PRIVATE_H__
#include <clutter/clutter-offscreen-effect.h> #include <clutter/clutter-offscreen-effect.h>
G_BEGIN_DECLS G_BEGIN_DECLS
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_OFFSCREEN_EFFECT_PRIVATE_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_OFFSCREEN_EFFECT_H__ #pragma once
#define __CLUTTER_OFFSCREEN_EFFECT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -100,5 +99,3 @@ gboolean clutter_offscreen_effect_get_target_size (ClutterOffscree
gfloat *height); gfloat *height);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_OFFSCREEN_EFFECT_H__ */

View file

@ -25,8 +25,7 @@
* Chris Lord <chris@linux.intel.com> * Chris Lord <chris@linux.intel.com>
*/ */
#ifndef __CLUTTER_PAGE_TURN_EFFECT_H__ #pragma once
#define __CLUTTER_PAGE_TURN_EFFECT_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -68,5 +67,3 @@ CLUTTER_EXPORT
gfloat clutter_page_turn_effect_get_radius (ClutterPageTurnEffect *effect); gfloat clutter_page_turn_effect_get_radius (ClutterPageTurnEffect *effect);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_PAGE_TURN_EFFECT_H__ */

View file

@ -15,8 +15,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef CLUTTER_PAINT_CONTEXT_PRIVATE_H #pragma once
#define CLUTTER_PAINT_CONTEXT_PRIVATE_H
#include "clutter-paint-context.h" #include "clutter-paint-context.h"
@ -35,5 +34,3 @@ clutter_paint_context_get_clip_frusta (ClutterPaintContext *paint_context);
void clutter_paint_context_assign_frame (ClutterPaintContext *paint_context, void clutter_paint_context_assign_frame (ClutterPaintContext *paint_context,
ClutterFrame *frame); ClutterFrame *frame);
#endif /* CLUTTER_PAINT_CONTEXT_PRIVATE_H */

View file

@ -15,8 +15,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef CLUTTER_PAINT_CONTEXT_H #pragma once
#define CLUTTER_PAINT_CONTEXT_H
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -77,5 +76,3 @@ ClutterPaintFlag clutter_paint_context_get_paint_flags (ClutterPaintContext *pai
CLUTTER_EXPORT CLUTTER_EXPORT
ClutterFrame * clutter_paint_context_get_frame (ClutterPaintContext *paint_context); ClutterFrame * clutter_paint_context_get_frame (ClutterPaintContext *paint_context);
#endif /* CLUTTER_PAINT_CONTEXT_H */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_PAINT_NODE_PRIVATE_H__ #pragma once
#define __CLUTTER_PAINT_NODE_PRIVATE_H__
#include <glib-object.h> #include <glib-object.h>
#include <json-glib/json-glib.h> #include <json-glib/json-glib.h>
@ -164,5 +163,3 @@ CLUTTER_EXPORT
ClutterPaintNode * clutter_effect_node_new (ClutterEffect *effect); ClutterPaintNode * clutter_effect_node_new (ClutterEffect *effect);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_PAINT_NODE_PRIVATE_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_PAINT_NODE_H__ #pragma once
#define __CLUTTER_PAINT_NODE_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -117,5 +116,3 @@ CLUTTER_EXPORT
gpointer clutter_value_dup_paint_node (const GValue *value); gpointer clutter_value_dup_paint_node (const GValue *value);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_PAINT_NODE_H__ */

View file

@ -22,8 +22,7 @@
* Emmanuele Bassi <ebassi@linux.intel.com> * Emmanuele Bassi <ebassi@linux.intel.com>
*/ */
#ifndef __CLUTTER_PAINT_NODES_H__ #pragma once
#define __CLUTTER_PAINT_NODES_H__
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION) #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly." #error "Only <clutter/clutter.h> can be included directly."
@ -205,5 +204,3 @@ ClutterPaintNode * clutter_blur_node_new (unsigned int width,
float sigma); float sigma);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_PAINT_NODES_H__ */

View file

@ -19,8 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __CLUTTER_PAINT_VOLUME_PRIVATE_H__ #pragma once
#define __CLUTTER_PAINT_VOLUME_PRIVATE_H__
#include <clutter/clutter-types.h> #include <clutter/clutter-types.h>
#include <clutter/clutter-private.h> #include <clutter/clutter-private.h>
@ -137,5 +136,3 @@ void clutter_paint_volume_to_box (ClutterPaintVolu
graphene_box_t *box); graphene_box_t *box);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_PAINT_VOLUME_PRIVATE_H__ */

Some files were not shown because too many files have changed in this diff Show more