diff --git a/c/README.MD b/c/README.MD index 93a0f4d..e490003 100644 --- a/c/README.MD +++ b/c/README.MD @@ -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)