summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-07 23:08:50 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-13 08:08:37 -0400
commit4dba2eb48625c7d5f72e4737eff28688332143c6 (patch)
tree0c23ddb1e42738efeeec514464e40312970d1edf
parentc2a828772b30a0c10a8f4b15d7fc841f26b807b8 (diff)
Remove some markup from docs
-rw-r--r--gobject/gsignal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject/gsignal.h b/gobject/gsignal.h
index 9e3acf8e9..269031418 100644
--- a/gobject/gsignal.h
+++ b/gobject/gsignal.h
@@ -237,11 +237,11 @@ struct _GSignalInvocationHint
* @n_params: The number of parameters that user callbacks take.
* @param_types: (array length=n_params): The individual parameter types for
* user callbacks, note that the effective callback signature is:
- * <programlisting>
+ * |[<!-- language="C" -->
* @return_type callback (#gpointer data1,
* [param_types param_names,]
* gpointer data2);
- * </programlisting>
+ * ]|
*
* A structure holding in-depth information for a specific signal. It is
* filled in by the g_signal_query() function.