2021-11-16 14:02:58 +00:00
|
|
|
// Generated by gir (https://github.com/gtk-rs/gir @ ba0ee13f6f1e)
|
2021-09-28 09:55:48 +00:00
|
|
|
// 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)
|
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;
|
|
|
|
}
|