gstreamer-rs/gstreamer-gl/x11/sys/tests/layout.c

15 lines
553 B
C
Raw Normal View History

2021-12-12 15:54:20 +00:00
// Generated by gir (https://github.com/gtk-rs/gir @ a3709a9f9d37)
// from gir-files (https://github.com/gtk-rs/gir-files @ b827978e7d18)
2021-11-16 17:34:31 +00:00
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 0220d4948268)
// DO NOT EDIT
#include "manual.h"
#include <stdalign.h>
#include <stdio.h>
int main() {
2021-02-07 15:07:17 +00:00
printf("%s;%zu;%zu\n", "GstGLDisplayX11", sizeof(GstGLDisplayX11), alignof(GstGLDisplayX11));
printf("%s;%zu;%zu\n", "GstGLDisplayX11Class", sizeof(GstGLDisplayX11Class), alignof(GstGLDisplayX11Class));
return 0;
}