summaryrefslogtreecommitdiff
path: root/clutter/wayland/clutter-stage-wayland.h
diff options
context:
space:
mode:
Diffstat (limited to 'clutter/wayland/clutter-stage-wayland.h')
-rw-r--r--clutter/wayland/clutter-stage-wayland.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clutter/wayland/clutter-stage-wayland.h b/clutter/wayland/clutter-stage-wayland.h
index ea56624e3..3c7eb4209 100644
--- a/clutter/wayland/clutter-stage-wayland.h
+++ b/clutter/wayland/clutter-stage-wayland.h
@@ -36,7 +36,7 @@
#include "cogl/clutter-stage-cogl.h"
-#define CLUTTER_TYPE_STAGE_WAYLAND (clutter_stage_wayland_get_type ())
+#define CLUTTER_TYPE_STAGE_WAYLAND (_clutter_stage_wayland_get_type ())
#define CLUTTER_STAGE_WAYLAND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CLUTTER_TYPE_STAGE_WAYLAND, ClutterStageWayland))
#define CLUTTER_IS_STAGE_WAYLAND(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CLUTTER_TYPE_STAGE_WAYLAND))
#define CLUTTER_STAGE_WAYLAND_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), CLUTTER_TYPE_STAGE_WAYLAND, ClutterStageWaylandClass))
@@ -60,6 +60,6 @@ struct _ClutterStageWaylandClass
ClutterStageCoglClass parent_class;
};
-GType clutter_stage_wayland_get_type (void) G_GNUC_CONST;
+GType _clutter_stage_wayland_get_type (void) G_GNUC_CONST;
#endif /* __CLUTTER_STAGE_WAYLAND_H__ */