2022-05-18 20:27:53 +00:00
|
|
|
// Generated by gir (https://github.com/gtk-rs/gir @ c063b4567de5)
|
2022-05-03 12:37:25 +00:00
|
|
|
// from gir-files (https://github.com/gtk-rs/gir-files @ 7ebd4478b4a5)
|
|
|
|
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 8800300f1307)
|
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;
|
|
|
|
}
|