forked from mirrors/gstreamer-rs
6ec0e3ac4b
Gir now prints all directories and their hashes in the version file and comments; useful now that gstreamer-rs is being generated from both gir-files/ and gst-gir-files/ submodules.
14 lines
538 B
C
14 lines
538 B
C
// Generated by gir (https://github.com/gtk-rs/gir @ 28780fd)
|
|
// 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)
|
|
// DO NOT EDIT
|
|
|
|
#include "manual.h"
|
|
#include <stdalign.h>
|
|
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("%s;%zu;%zu\n", "GstGLDisplayX11", sizeof(GstGLDisplayX11), alignof(GstGLDisplayX11));
|
|
printf("%s;%zu;%zu\n", "GstGLDisplayX11Class", sizeof(GstGLDisplayX11Class), alignof(GstGLDisplayX11Class));
|
|
return 0;
|
|
}
|