File: layout.c

package info (click to toggle)
rust-gstreamer-tag-sys 0.24.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: makefile: 2; ansic: 1
file content (20 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git)
// DO NOT EDIT

#include "manual.h"
#include <stdalign.h>
#include <stdio.h>

int main() {
    printf("%s;%zu;%zu\n", "GstTagDemux", sizeof(GstTagDemux), alignof(GstTagDemux));
    printf("%s;%zu;%zu\n", "GstTagDemuxClass", sizeof(GstTagDemuxClass), alignof(GstTagDemuxClass));
    printf("%s;%zu;%zu\n", "GstTagDemuxResult", sizeof(GstTagDemuxResult), alignof(GstTagDemuxResult));
    printf("%s;%zu;%zu\n", "GstTagImageType", sizeof(GstTagImageType), alignof(GstTagImageType));
    printf("%s;%zu;%zu\n", "GstTagLicenseFlags", sizeof(GstTagLicenseFlags), alignof(GstTagLicenseFlags));
    printf("%s;%zu;%zu\n", "GstTagMux", sizeof(GstTagMux), alignof(GstTagMux));
    printf("%s;%zu;%zu\n", "GstTagMuxClass", sizeof(GstTagMuxClass), alignof(GstTagMuxClass));
    printf("%s;%zu;%zu\n", "GstTagXmpWriterInterface", sizeof(GstTagXmpWriterInterface), alignof(GstTagXmpWriterInterface));
    return 0;
}