Hide clutter_input_device_wayland and clutter_stage_wayland types

By prefixing them with an underscore, so they don't get exported as part
of public ABI.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
Daniel Stone
2012-08-30 16:21:09 -07:00
committed by Rob Bradford
parent 978202aa49
commit a33d84234f
4 changed files with 9 additions and 4 deletions

View File

@ -49,6 +49,9 @@
typedef struct _ClutterInputDeviceClass ClutterInputDeviceWaylandClass;
#define clutter_input_device_wayland_get_type \
_clutter_input_device_wayland_get_type
G_DEFINE_TYPE (ClutterInputDeviceWayland,
clutter_input_device_wayland,
CLUTTER_TYPE_INPUT_DEVICE);