Stef Walter 3b0f1cc432 Fix up GObject interface documentation
* Document how to override interfaces already implemented
   in a base class, and also call those base class implementations
   from a derived reimplementation.
 * Don't recomend people use base_init() style functions to
   initialize interface signals and properties, use default_init()
   aka class_init() instead (as G_DEFINE_INTERFACE() uses).
 * The above solves the interface init called multiple times
   problem, so remove some needless naysaying about that.
 * Document default_init() in the interface initialization discussion
 * Linkify more stuff.
 * Remove some crud and typos

https://bugzilla.gnome.org/show_bug.cgi?id=675504
2012-07-09 17:47:39 +02:00
..
2005-04-22 18:34:41 +00:00
2010-06-21 14:01:50 -04:00
2010-04-16 20:43:53 -04:00
2012-07-03 15:40:44 -04:00
2010-06-15 16:06:18 +01:00
2012-07-03 15:40:44 -04:00
2002-11-23 01:37:17 +00:00