summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-01-16 09:44:27 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-08-19 12:54:50 +0100
commitc5cd1c5f023c6d03de9e551d0b0fde2d2f383d29 (patch)
tree954544df562b0eacce65535d0d2c044b0ae0d146 /gobject
parent9874fe3c400f16bbe6769899702a343da525e1d6 (diff)
downloadglib-c5cd1c5f023c6d03de9e551d0b0fde2d2f383d29.tar.gz
gobject: Add cross-links from GObject reference docs to tutorialsgobject-docs
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
Diffstat (limited to 'gobject')
-rw-r--r--gobject/gobject.c6
1 files changed, 6 insertions, 0 deletions
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