From 6680cebfe1f0ef697e16f6db26d1e7fb70d5e459 Mon Sep 17 00:00:00 2001 From: Elliot Smith Date: Mon, 31 Jan 2011 13:40:10 +0000 Subject: [PATCH] docs: Add reference to useful GObject tutorial Add a reference to a GObject tutorial which is a good introduction to the various macros etc. and what they're for. --- doc/cookbook/actors.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/cookbook/actors.xml b/doc/cookbook/actors.xml index 1a307f085..c1fc63fcc 100644 --- a/doc/cookbook/actors.xml +++ b/doc/cookbook/actors.xml @@ -72,7 +72,9 @@ heavily on GObject concepts and idioms. If you are unfamiliar with GObject, please read the GObject - Reference Manual before proceeding. + Reference Manual before proceeding. You might also find + this + tutorial a useful introduction. The code for this solution is structured like standard GObject