#include <gdkmm/dmabuftexture.h>
◆ Code
Error enumeration for Gdk::DmabufTexture
.
- Since gtkmm 4.14:
Enumerator |
---|
NOT_AVAILABLE | Dmabuf support is not available, because the OS is not Linux, or it was explicitly disabled at compile- or runtime.
|
UNSUPPORTED_FORMAT | The requested format is not supported.
|
CREATION_FAILED | GTK failed to create the resource for other reasons.
|
◆ DmabufError() [1/2]
Gdk::DmabufError::DmabufError |
( |
Code |
error_code, |
|
|
const Glib::ustring & |
error_message |
|
) |
| |
◆ DmabufError() [2/2]
Gdk::DmabufError::DmabufError |
( |
GError * |
gobject | ) |
|
|
explicit |
◆ code()
Code Gdk::DmabufError::code |
( |
| ) |
const |