Add notes about GObject

master
Markus Koch 2019-05-25 22:16:00 +02:00
parent 251be4803b
commit 59544f843b
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# C Templates
## gobject_template
The basic framework of a custom GObject. Including CMakeList and everything.
GObject Docs: https://developer.gnome.org/gobject/unstable/ (See chapter IV. Tutorial)
TODO: [Properties](https://developer.gnome.org/gobject/unstable/gobject-properties.html#gobject-multi-properties)