mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
7 lines
123 B
C
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;
|
|
}
|