gdk4_x11/auto/x11gl_context.rs
1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir-files (https://github.com/gtk-rs/gir-files)
3// DO NOT EDIT
4
5use crate::ffi;
6
7glib::wrapper! {
8 #[doc(alias = "GdkX11GLContext")]
9 pub struct X11GLContext(Object<ffi::GdkX11GLContext, ffi::GdkX11GLContextClass>) @extends gdk::GLContext, gdk::DrawContext;
10
11 match fn {
12 type_ => || ffi::gdk_x11_gl_context_get_type(),
13 }
14}
15
16impl X11GLContext {}