pantry/projects/gnome.org/gdk-pixbuf/test.c
2022-09-02 10:36:40 -04:00

7 lines
123 B
C

#include <gdk-pixbuf/gdk-pixbuf.h>
int main(int argc, char *argv[]) {
GType type = gdk_pixbuf_get_type();
return 0;
}