From 22f8e8461cfc9bdc20015129ae221c6f1ed4a125 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 1 Feb 2014 10:14:08 -0500 Subject: [PATCH] ggettext: Convert docs to markdown In particular, convert lists to markdown syntax. --- glib/ggettext.c | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/glib/ggettext.c b/glib/ggettext.c index 759b067..ac65742 100644 --- a/glib/ggettext.c +++ b/glib/ggettext.c @@ -370,17 +370,19 @@ _g_dgettext_should_translate (void) * * This function disables translations if and only if upon its first * call all the following conditions hold: - * - * @domain is not %NULL - * textdomain() has been called to set a default text domain - * there is no translations available for the default text domain - * and the current locale - * current locale is not "C" or any English locales (those - * starting with "en_") - * + * + * - @domain is not %NULL + * + * - textdomain() has been called to set a default text domain + * + * - there is no translations available for the default text domain + * and the current locale + * + * - current locale is not "C" or any English locales (those + * starting with "en_") * * Note that this behavior may not be desired for example if an application - * has its untranslated messages in a language other than English. In those + * has its untranslated messages in a language other than English. In those * cases the application should call textdomain() after initializing GTK+. * * Applications should normally not use this function directly, -- 2.7.4