pantry/projects/ebassi.github.io/graphene/test.c

6 lines
121 B
C
Raw Normal View History

#include <graphene-gobject.h>
int main(int argc, char *argv[]) {
GType type = graphene_point_get_type();
return 0;
}