mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
85f2e1ccd8
Private utility api.
15 lines
410 B
C
15 lines
410 B
C
#pragma once
|
|
|
|
#include "gdkdmabuftexturebuilder.h"
|
|
#include "gdkdmabufprivate.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
const GdkDmabuf * gdk_dmabuf_texture_builder_get_dmabuf (GdkDmabufTextureBuilder *builder);
|
|
|
|
void gdk_dmabuf_texture_builder_set_dmabuf (GdkDmabufTextureBuilder *builder,
|
|
const GdkDmabuf *dmabuf);
|
|
|
|
G_END_DECLS
|
|
|