mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-17 12:45:28 +00:00
a38561fbcd
Also ignores `clippy::upper_case_acronyms` introduced with 1.51 which can't be adhered to in bindings.
13 lines
471 B
C
13 lines
471 B
C
// Generated by gir (https://github.com/gtk-rs/gir @ 56b95ac)
|
|
// from gir-files (https://github.com/gtk-rs/gir-files @ aa77ae3a)
|
|
// DO NOT EDIT
|
|
|
|
#include "manual.h"
|
|
#include <stdalign.h>
|
|
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("%s;%zu;%zu\n", "GstGLDisplayWayland", sizeof(GstGLDisplayWayland), alignof(GstGLDisplayWayland));
|
|
printf("%s;%zu;%zu\n", "GstGLDisplayWaylandClass", sizeof(GstGLDisplayWaylandClass), alignof(GstGLDisplayWaylandClass));
|
|
return 0;
|
|
}
|