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

15 lines
538 B
C
Raw Normal View History

2021-06-13 18:39:12 +00:00
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
2021-05-28 12:14:44 +00:00
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
2021-04-17 10:11:52 +00:00
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// 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;
}