2021-04-22 12:49:51 +00:00
|
|
|
// Generated by gir (https://github.com/gtk-rs/gir @ a972bd6)
|
2021-04-01 13:58:41 +00:00
|
|
|
// from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6)
|
|
|
|
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a)
|
2018-03-20 09:46:03 +00:00
|
|
|
// 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));
|
2018-03-20 09:46:03 +00:00
|
|
|
return 0;
|
|
|
|
}
|