libspelling-sys 0.5.0

FFI bindings for libspelling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Generated by gir (https://github.com/gtk-rs/gir @ 640cfe45966f)
// from 
// from gir-files (https://github.com/gtk-rs/gir-files @ 6ea02da9b1f6)
// DO NOT EDIT

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

int main() {
    printf("%s;%zu;%zu\n", "SpellingCheckerClass", sizeof(SpellingCheckerClass), alignof(SpellingCheckerClass));
    printf("%s;%zu;%zu\n", "SpellingLanguageClass", sizeof(SpellingLanguageClass), alignof(SpellingLanguageClass));
    printf("%s;%zu;%zu\n", "SpellingTextBufferAdapterClass", sizeof(SpellingTextBufferAdapterClass), alignof(SpellingTextBufferAdapterClass));
    return 0;
}