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

15 lines
553 B
C
Raw Normal View History

2021-11-06 17:31:52 +00:00
// Generated by gir (https://github.com/gtk-rs/gir @ dd6854cae9fd)
// from gir-files (https://github.com/gtk-rs/gir-files @ b827978e7d18)
2021-10-30 11:27:17 +00:00
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ f8c393377c4e)
// 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;
}