summaryrefslogtreecommitdiff
path: root/gobject/gsignal.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-09-05 18:46:59 -0400
committerRyan Lortie <desrt@desrt.ca>2011-09-05 18:46:59 -0400
commit9829d04be86fde5741340ed20b5bc0ae876c95e9 (patch)
tree9b27296ae501ff96c39e2605bff2aa506893ed88 /gobject/gsignal.h
parentb402c3f014096dfa9e5cce47bcf60ca33aceb5ca (diff)
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.
Diffstat (limited to 'gobject/gsignal.h')
-rw-r--r--gobject/gsignal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject/gsignal.h b/gobject/gsignal.h
index 6c70d5319..0fae33e80 100644
--- a/gobject/gsignal.h
+++ b/gobject/gsignal.h
@@ -230,8 +230,8 @@ struct _GSignalInvocationHint
* effective callback signature is:
* <programlisting>
* @return_type callback (#gpointer data1,
- * [#param_types param_names,]
- * #gpointer data2);
+ * [param_types param_names,]
+ * gpointer data2);
* </programlisting>
*
* A structure holding in-depth information for a specific signal. It is