summaryrefslogtreecommitdiff
path: root/glib/ghook.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-06 08:04:52 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-06 08:07:16 -0500
commit323242578524a1b6355d8451015b14ca75aa0afa (patch)
tree49349b60f68f79652335e9ebd437087ae174f6c0 /glib/ghook.c
parenta35d8a4c77fbb9a8dd143742c29c0807ec99412b (diff)
downloadglib-323242578524a1b6355d8451015b14ca75aa0afa.tar.gz
Docs: replace <literal> by `
Diffstat (limited to 'glib/ghook.c')
-rw-r--r--glib/ghook.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/glib/ghook.c b/glib/ghook.c
index 5f87dda12..0ea69845f 100644
--- a/glib/ghook.c
+++ b/glib/ghook.c
@@ -91,7 +91,7 @@
*
* The position of the first bit which is not reserved for internal
* use be the #GHook implementation, i.e.
- * <literal>1 &lt;&lt; G_HOOK_FLAG_USER_SHIFT</literal> is the first
+ * `1 &lt;&lt; G_HOOK_FLAG_USER_SHIFT` is the first
* bit which can be used for application-defined flags.
*/
@@ -99,7 +99,7 @@
* G_HOOK:
* @hook: a pointer
*
- * Casts a pointer to a <literal>GHook*</literal>.
+ * Casts a pointer to a `GHook*`.
*/
/**
@@ -193,7 +193,7 @@ default_finalize_hook (GHookList *hook_list,
* g_hook_list_init:
* @hook_list: a #GHookList
* @hook_size: the size of each element in the #GHookList,
- * typically <literal>sizeof (GHook)</literal>
+ * typically `sizeof (GHook)`.
*
* Initializes a #GHookList.
* This must be called before the #GHookList is used.