GObject docs: resolve broken links

Some links were broken due to typos, because functionality was removed
in GLib 2.0 or for various other reasons.  Fix up as many of them as is
reasonable.
This commit is contained in:
Ryan Lortie
2011-09-05 18:46:59 -04:00
parent b402c3f014
commit 9829d04be8
12 changed files with 26 additions and 27 deletions

View File

@@ -1125,10 +1125,11 @@ struct _GInterfaceInfo
* It should be noted, that it is generally a bad idea to follow the
* #G_VALUE_NOCOPY_CONTENTS hint for reference counted types. Due to
* reentrancy requirements and reference count assertions performed
* by the #GSignal code, reference counts should always be incremented
* for reference counted contents stored in the value->data array.
* To deviate from our string example for a moment, and taking a look
* at an exemplary implementation for collect_value() of #GObject:
* by the signal emission code, reference counts should always be
* incremented for reference counted contents stored in the value->data
* array. To deviate from our string example for a moment, and taking
* a look at an exemplary implementation for collect_value() of
* #GObject:
* |[
* if (collect_values[0].v_pointer)
* {