goffice r2334 - trunk/goffice/utils
- From: mortenw svn gnome org
- To: svn-commits-list gnome org
- Subject: goffice r2334 - trunk/goffice/utils
- Date: Thu, 19 Mar 2009 00:13:18 +0000 (UTC)
Author: mortenw
Date: Thu Mar 19 00:13:18 2009
New Revision: 2334
URL: http://svn.gnome.org/viewvc/goffice?rev=2334&view=rev
Log:
Doc fix.
Modified:
trunk/goffice/utils/go-format.c
Modified: trunk/goffice/utils/go-format.c
==============================================================================
--- trunk/goffice/utils/go-format.c (original)
+++ trunk/goffice/utils/go-format.c Thu Mar 19 00:13:18 2009
@@ -3358,10 +3358,10 @@
* go_format_str_localize:
* @str : A *valid* format string
*
- * Localizes the given format string, i.e., changes decimal dots to the locale's
- * notion of that and performs other such transformations.
+ * Localizes the given format string, i.e., changes decimal dots to the
+ * locale's notion of that and performs other such transformations.
*
- * Returns NULL if the format is not valid.
+ * Returns: a localized format string, or NULL if the format was not valid.
**/
char *
go_format_str_localize (char const *str)
@@ -3474,10 +3474,10 @@
* go_format_str_delocalize:
* @str : A *valid* localized format string
*
- * De-localizes the given format string, i.e., changes locale's decimal separators to
- * dots and performs other such transformations.
+ * De-localizes the given format string, i.e., changes locale's decimal
+ * separators to dots and performs other such transformations.
*
- * Returns NULL if the format is not valid.
+ * Returns: a non-local format string, or NULL if the format was not valid.
**/
char *
go_format_str_delocalize (char const *str)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]