- pepper_input_device_get_property()
- pepper_seat_get_name()
Change-Id: I2af7b5f928873dc0a77362375fcd59322668a186
return NULL;
}
+PEPPER_API const char *
+pepper_seat_get_name(pepper_seat_t *seat)
+{
+ return seat->name;
+}
+
static void
seat_update_pointer_cap(pepper_seat_t *seat)
{
PEPPER_API void
pepper_input_device_destroy(pepper_input_device_t *device);
-PEPPER_API const char *
-pepper_input_device_get_property(pepper_input_device_t *device, const char *key);
-
PEPPER_API uint32_t
pepper_input_device_get_caps(pepper_input_device_t *device);
PEPPER_API void
pepper_seat_destroy(pepper_seat_t *seat);
+PEPPER_API const char *
+pepper_seat_get_name(pepper_seat_t *seat);
+
PEPPER_API pepper_pointer_t *
pepper_seat_get_pointer(pepper_seat_t *seat);
PEPPER_API void
pepper_seat_remove_input_device(pepper_seat_t *seat, pepper_input_device_t *device);
+PEPPER_API const char *
+pepper_input_device_get_property(pepper_input_device_t *device, const char *key);
+
+
/* Surface. */
PEPPER_API const char *
pepper_surface_get_role(pepper_surface_t *surface);