mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 12:40:10 +00:00
310a4a3bf6
Believe in your self!
15 lines
404 B
C
15 lines
404 B
C
#pragma once
|
|
|
|
#include "gdkdmabuftexturebuilder.h"
|
|
#include "gdkdmabufprivate.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
const GdkDmabuf * gdk_dmabuf_texture_builder_get_dmabuf (GdkDmabufTextureBuilder *self);
|
|
|
|
void gdk_dmabuf_texture_builder_set_dmabuf (GdkDmabufTextureBuilder *self,
|
|
const GdkDmabuf *dmabuf);
|
|
|
|
G_END_DECLS
|
|
|