summaryrefslogtreecommitdiff
path: root/gtk-test/helloworld.h
blob: aee75bf04646f7051e2e1f13d71d06578c0f5eda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Clean(
    :: *State :== Int;
    :: IntPointer :== Int
)

void ginit();
Clean(ginit :: State -> State)

void gopen();
Clean(gopen :: State -> State)