mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
docs: Add clutter-wayland section to reference docs
Gives this stray section a home in the reference documentation.
This commit is contained in:
parent
242f611863
commit
8a6aae14c8
@ -44,6 +44,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
|
||||
|
||||
@ -113,6 +114,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
|
||||
|
||||
|
@ -222,6 +222,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>
|
||||
|
@ -1423,6 +1423,14 @@ ClutterGLXTexturePixmapPrivate
|
||||
clutter_glx_texture_pixmap_get_type
|
||||
</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