From c5cd1c5f023c6d03de9e551d0b0fde2d2f383d29 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 16 Jan 2015 09:44:27 +0000 Subject: [PATCH] gobject: Add cross-links from GObject reference docs to tutorials Add some brief links from the GObject reference documentation to the existing tutorial and overview sections on GObjects. https://bugzilla.gnome.org/show_bug.cgi?id=743018 --- gobject/gobject.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gobject/gobject.c b/gobject/gobject.c index c321aa7c2..93f380c85 100644 --- a/gobject/gobject.c +++ b/gobject/gobject.c @@ -45,6 +45,12 @@ * construction and destruction, property access methods, and signal * support. Signals are described in detail [here][gobject-Signals]. * + * For a tutorial on implementing a new GObject class, see [How to define and + * implement a new GObject][howto-gobject]. For a list of naming conventions for + * GObjects and their methods, see the [GType conventions][gtype-conventions]. + * For the high-level concepts behind GObject, read [Instantiable classed types: + * Objects][gtype-instantiable-classed]. + * * ## Floating references # {#floating-ref} * * GInitiallyUnowned is derived from GObject. The only difference between