mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 16:26:17 +01:00
Add a note about l10n to the g_strconcat docs
As requested in bug 576854
This commit is contained in:
parent
e0017f24c5
commit
7cfa23b177
@ -280,6 +280,9 @@ g_strdup_printf (const gchar *format,
|
|||||||
* Concatenates all of the given strings into one long string.
|
* Concatenates all of the given strings into one long string.
|
||||||
* The returned string should be freed with g_free() when no longer needed.
|
* The returned string should be freed with g_free() when no longer needed.
|
||||||
*
|
*
|
||||||
|
* Note that this function is usually not the right function to use to
|
||||||
|
* assemble a translated message from pieces, since proper translation
|
||||||
|
* often requires the pieces to be reordered.
|
||||||
*
|
*
|
||||||
* <warning><para>The variable argument list <emphasis>must</emphasis> end
|
* <warning><para>The variable argument list <emphasis>must</emphasis> end
|
||||||
* with %NULL. If you forget the %NULL, g_strconcat() will start appending
|
* with %NULL. If you forget the %NULL, g_strconcat() will start appending
|
||||||
|
Loading…
Reference in New Issue
Block a user