docs: Add clutter-wayland section to reference docs
Gives this stray section a home in the reference documentation.
This commit is contained in:
parent
8231aae3ad
commit
14ea64eb6f
@ -42,6 +42,7 @@ HFILE_GLOB = \
|
||||
$(top_srcdir)/clutter/cex100/clutter-cex100.h \
|
||||
$(top_srcdir)/clutter/win32/clutter-win32.h \
|
||||
$(top_srcdir)/clutter/gdk/clutter-gdk.h \
|
||||
$(top_srcdir)/clutter/wayland/clutter-wayland.h \
|
||||
$(top_srcdir)/clutter/wayland/clutter-wayland-compositor.h \
|
||||
$(top_srcdir)/clutter/wayland/clutter-wayland-surface.h
|
||||
|
||||
@ -108,6 +109,7 @@ EXTRA_HFILES = \
|
||||
$(top_srcdir)/clutter/cex100/clutter-cex100.h \
|
||||
$(top_srcdir)/clutter/win32/clutter-win32.h \
|
||||
$(top_srcdir)/clutter/gdk/clutter-gdk.h \
|
||||
$(top_srcdir)/clutter/wayland/clutter-wayland.h \
|
||||
$(top_srcdir)/clutter/wayland/clutter-wayland-compositor.h \
|
||||
$(top_srcdir)/clutter/wayland/clutter-wayland-surface.h
|
||||
|
||||
|
@ -217,6 +217,7 @@
|
||||
<xi:include href="xml/clutter-egl.xml"/>
|
||||
<xi:include href="xml/clutter-cex100.xml"/>
|
||||
<xi:include href="xml/clutter-gdk.xml"/>
|
||||
<xi:include href="xml/clutter-wayland.xml"/>
|
||||
<xi:include href="xml/clutter-wayland-compositor.xml"/>
|
||||
<xi:include href="xml/clutter-wayland-surface.xml"/>
|
||||
</part>
|
||||
|
@ -916,6 +916,14 @@ ClutterX11XInputDevice
|
||||
ClutterX11XInputEventTypes
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>clutter-wayland</FILE>
|
||||
<TITLE>Wayland specific support</TITLE>
|
||||
clutter_wayland_input_device_get_wl_seat
|
||||
clutter_wayland_stage_get_wl_shell_surface
|
||||
clutter_wayland_stage_get_wl_surface
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>clutter-wayland-compositor</FILE>
|
||||
<TITLE>Wayland compositor specific support</TITLE>
|
||||
|
Loading…
Reference in New Issue
Block a user