summaryrefslogtreecommitdiff
path: root/gobject/gsignal.h
diff options
context:
space:
mode:
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