GObjectTutorial
GObjectTutorial copied to clipboard
Example code on how to use GObject in C programming language
Results
1
GObjectTutorial issues
Sort by
recently updated
recently updated
newest added
I am trying to compile the inheritence example and I have this: ``` c gcc -Wall -o main `pkg-config --libs --cflags gobject-2.0` main.c point.c point3d.c main.c: In function ‘main’: main.c:10:31:...