gstreamer-rs/gstreamer-gl/wayland/sys/tests/layout.c
Marijn Suijten 13165938ab Regen
2021-09-20 20:38:25 +02:00

14 lines
562 B
C

// Generated by gir (https://github.com/gtk-rs/gir @ ede0c31)
// from gir-files (https://github.com/gtk-rs/gir-files @ 8e47c67)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 35f2f14)
// DO NOT EDIT
#include "manual.h"
#include <stdalign.h>
#include <stdio.h>
int main() {
printf("%s;%zu;%zu\n", "GstGLDisplayWayland", sizeof(GstGLDisplayWayland), alignof(GstGLDisplayWayland));
printf("%s;%zu;%zu\n", "GstGLDisplayWaylandClass", sizeof(GstGLDisplayWaylandClass), alignof(GstGLDisplayWaylandClass));
return 0;
}