docs: Remove docs for private GdkDmabufFormat struct

This is a leftover from the design of the GdkDmabufFormats struct.
This commit is contained in:
Benjamin Otte 2023-10-14 21:01:01 +02:00
parent d101e17608
commit 7a13e4f9b9

View File

@ -1839,17 +1839,6 @@ gdk_display_get_egl_display (GdkDisplay *self)
#endif
}
/**
* GdkDmabufFormat:
* @fourcc: the format code
* @modifiers: the format modifier
*
* The `GdkDmabufFormat` struct represents a dma-buf format
* as defined in the `drm_fourcc.h` header.
*
* Since: 4.14
*/
/* To support a drm format, we must be able to import it into GL
* using the relevant EGL extensions, and download it into a memory
* texture, possibly doing format conversion with shaders (in GSK).