2022-06-30 05:22:05 +00:00
|
|
|
// Generated by gir (https://github.com/gtk-rs/gir @ 1201a74cd03e)
|
|
|
|
// from gir-files (https://github.com/gtk-rs/gir-files @ faebfb303ca6)
|
|
|
|
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 51549a4f39c8)
|
2020-11-28 10:10:30 +00:00
|
|
|
// DO NOT EDIT
|
|
|
|
|
|
|
|
#include "manual.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
|
2021-02-07 15:07:17 +00:00
|
|
|
#define PRINT_CONSTANT(CONSTANT_NAME) \
|
|
|
|
printf("%s;", #CONSTANT_NAME); \
|
|
|
|
printf(_Generic((CONSTANT_NAME), \
|
|
|
|
char *: "%s", \
|
|
|
|
const char *: "%s", \
|
|
|
|
char: "%c", \
|
|
|
|
signed char: "%hhd", \
|
|
|
|
unsigned char: "%hhu", \
|
|
|
|
short int: "%hd", \
|
|
|
|
unsigned short int: "%hu", \
|
|
|
|
int: "%d", \
|
|
|
|
unsigned int: "%u", \
|
|
|
|
long: "%ld", \
|
|
|
|
unsigned long: "%lu", \
|
|
|
|
long long: "%lld", \
|
|
|
|
unsigned long long: "%llu", \
|
2021-06-03 18:32:06 +00:00
|
|
|
float: "%f", \
|
2021-02-07 15:07:17 +00:00
|
|
|
double: "%f", \
|
|
|
|
long double: "%ld"), \
|
|
|
|
CONSTANT_NAME); \
|
|
|
|
printf("\n");
|
|
|
|
|
2020-11-28 10:10:30 +00:00
|
|
|
int main() {
|
|
|
|
return 0;
|
|
|
|
}
|