diff options
author | Colin Walters <walters@verbum.org> | 2015-02-20 14:35:59 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2015-02-20 14:37:39 -0500 |
commit | f141607eecc1e592cc811cdaf580a5994c1b34a7 (patch) | |
tree | c8f17c112e4eb3d9f3d917bec60b7af4a6151287 /gio/gfileenumerator.c | |
parent | 52cd62d946946af3b0c9dac644ddc4bd517d131b (diff) | |
download | glib-f141607eecc1e592cc811cdaf580a5994c1b34a7.tar.gz glib-f141607eecc1e592cc811cdaf580a5994c1b34a7.tar.bz2 glib-f141607eecc1e592cc811cdaf580a5994c1b34a7.zip |
gfileenumerator: Convert docbook tag -> markdown
This code predated the markdown conversion. Pointed out by mclasen.
Diffstat (limited to 'gio/gfileenumerator.c')
-rw-r--r-- | gio/gfileenumerator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c index 73014f225..c0d255057 100644 --- a/gio/gfileenumerator.c +++ b/gio/gfileenumerator.c @@ -587,7 +587,7 @@ g_file_enumerator_set_pending (GFileEnumerator *enumerator, * requires allocation of a temporary #GError. * * In contrast, with this function, a %FALSE return from - * gs_file_enumerator_iterate() <emphasis>always</emphasis> means + * gs_file_enumerator_iterate() *always* means * "error". End of iteration is signaled by @out_info or @out_child being %NULL. * * Another crucial difference is that the references for @out_info and |