This tutorial is aimed at beginners who is learning Gobject system. One of the biggest difficulty to learn GObject system is to understand its object oriented strategy. All the necessary topics is described in GObject API reference. But it is probably difficult especially for beginners.
The contents of this tutorial is not beyond the API reference. It just gives the readers some example codes and diagrams to help them. Readers should refer to the API reference when learning this tutorial.
The table of contents is below and you can see all the tutorials by following the link. However, you can make html or pdf by the following steps.
- You need linux operationg system, ruby, rake, pandoc and latex system.
- download this repository and uncompress the files.
- change your current directory to the top directory of the source files.
- type
rake html
to produce html files. The files are generated underhtml
directory. - type
rake pdf
to produce a pdf file. The file is generated underlatex
directory.
This system is the same as the one in the gtk4 tutorial
repository.
There's a document Readme_for_developers.md
in gfm
directory of the repository.
The document describes the details.
If you have any questions, feel free to post an issue.