gimp r27563 - trunk/libgimpbase



Author: neo
Date: Thu Nov  6 09:29:32 2008
New Revision: 27563
URL: http://svn.gnome.org/viewvc/gimp?rev=27563&view=rev

Log:
comments


Modified:
   trunk/libgimpbase/gimputils.c

Modified: trunk/libgimpbase/gimputils.c
==============================================================================
--- trunk/libgimpbase/gimputils.c	(original)
+++ trunk/libgimpbase/gimputils.c	Thu Nov  6 09:29:32 2008
@@ -417,13 +417,13 @@
  * @value:      an integer value
  * @value_name: return location for the value's name (or %NULL)
  * @value_nick: return location for the value's nick (or %NULL)
- * @value_desc: return location for the value's translated desc (or %NULL)
+ * @value_desc: return location for the value's translated description (or %NULL)
  * @value_help: return location for the value's translated help (or %NULL)
  *
  * Checks if @value is valid for the enum registered as @enum_type.
  * If the value exists in that enum, its name, nick and its translated
- * desc and help are returned (if @value_name, @value_nick, @value_desc
- * and @value_help are not %NULL).
+ * description and help are returned (if @value_name, @value_nick,
+ * @value_desc and @value_help are not %NULL).
  *
  * Return value: %TRUE if @value is valid for the @enum_type,
  *               %FALSE otherwise
@@ -609,13 +609,13 @@
  * @value:      an integer value
  * @value_name: return location for the value's name (or %NULL)
  * @value_nick: return location for the value's nick (or %NULL)
- * @value_desc: return location for the value's translated desc (or %NULL)
+ * @value_desc: return location for the value's translated description (or %NULL)
  * @value_help: return location for the value's translated help (or %NULL)
  *
  * Checks if @value is valid for the flags registered as @flags_type.
- * If the value exists in that flags, its name, nick and its translated
- * desc and help are returned (if @value_name, @value_nick, @value_desc
- * and @value_help are not %NULL).
+ * If the value exists in that flags, its name, nick and its
+ * translated description and help are returned (if @value_name,
+ * @value_nick, @value_desc and @value_help are not %NULL).
  *
  * Return value: %TRUE if @value is valid for the @flags_type,
  *               %FALSE otherwise



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]