Documentation fixes

This commit is contained in:
Emmanuele Bassi 2013-09-19 22:56:56 +01:00
parent a1d29abc38
commit 0f217f0722
2 changed files with 4 additions and 1 deletions

View File

@ -1389,7 +1389,7 @@ clutter_wayland_set_compositor_display (void *display)
/** /**
* clutter_set_windowing_backend: * clutter_set_windowing_backend:
* @first_backend: the name of a clutter window backend * @backend_type: the name of a clutter window backend
* *
* Restricts clutter to only use the specified backend. * Restricts clutter to only use the specified backend.
* This must be called before the first API call to clutter, including * This must be called before the first API call to clutter, including

View File

@ -978,6 +978,7 @@ clutter_backend_get_cogl_context
<SUBSECTION> <SUBSECTION>
clutter_check_windowing_backend clutter_check_windowing_backend
clutter_set_windowing_backend
<SUBSECTION Standard> <SUBSECTION Standard>
CLUTTER_BACKEND CLUTTER_BACKEND
@ -1108,6 +1109,7 @@ clutter_event_set_coords
clutter_event_get_coords clutter_event_get_coords
clutter_event_set_state clutter_event_set_state
clutter_event_get_state clutter_event_get_state
clutter_event_get_state_full
clutter_event_set_time clutter_event_set_time
clutter_event_get_time clutter_event_get_time
clutter_event_set_source clutter_event_set_source
@ -1194,6 +1196,7 @@ clutter_input_device_set_enabled
clutter_input_device_get_enabled clutter_input_device_get_enabled
clutter_input_device_get_associated_device clutter_input_device_get_associated_device
clutter_input_device_get_slave_devices clutter_input_device_get_slave_devices
clutter_input_device_get_modifier_state
clutter_input_device_keycode_to_evdev clutter_input_device_keycode_to_evdev
<SUBSECTION> <SUBSECTION>