GObjectTutorial
GObjectTutorial copied to clipboard
Example code on how to use GObject in C programming language
This repository contains code for my blog post about basics of using GObject in order to do OO programming in C. Blog post can be found on the following URL:
http://sgros.blogspot.hr/2016/01/few-tips-about-gobject-for-oo.html
This code is a consequence of studying NetworkManager that heavily uses GObject and in order to understand NetworkManager it is mandatory to understand GObject.