sgros / GObjectTutorial

Example code on how to use GObject in C programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Example code on how to use GObject in C programming language

License:GNU General Public License v2.0


Languages

Language:C 69.5%Language:C++ 17.5%Language:Makefile 13.0%