pantry/projects/gnome.org/gdk-pixbuf/test.c

7 lines
123 B
C
Raw Normal View History

2022-09-02 04:02:45 +03:00
#include <gdk-pixbuf/gdk-pixbuf.h>
int main(int argc, char *argv[]) {
GType type = gdk_pixbuf_get_type();
return 0;
}