gstreamer-rs/gstreamer-check/sys/tests/layout.c

16 lines
603 B
C
Raw Normal View History

2021-09-22 09:02:53 +00:00
// Generated by gir (https://github.com/gtk-rs/gir @ 06e4545)
2021-09-19 08:04:08 +00:00
// from gir-files (https://github.com/gtk-rs/gir-files @ 8e47c67)
2020-12-07 12:18:12 +00:00
// 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() {
2021-02-07 15:07:17 +00:00
printf("%s;%zu;%zu\n", "GstHarness", sizeof(GstHarness), alignof(GstHarness));
printf("%s;%zu;%zu\n", "GstTestClock", sizeof(GstTestClock), alignof(GstTestClock));
printf("%s;%zu;%zu\n", "GstTestClockClass", sizeof(GstTestClockClass), alignof(GstTestClockClass));
return 0;
}