]> spindle.queued.net Git - midori/commitdiff
Correct documentation of katze_object_get_string and _get_enum
authorChristian Dywan <christian@twotoasts.de>
Fri, 23 Jan 2009 20:41:15 +0000 (21:41 +0100)
committerChristian Dywan <christian@twotoasts.de>
Fri, 23 Jan 2009 20:41:15 +0000 (21:41 +0100)
katze/katze-utils.c

index 02960b79a5495b4e2530eb648652da8522d45cd9..df5be8f34903acfa040c9eb4a4f633ae86cebf11 100644 (file)
@@ -668,7 +668,7 @@ katze_object_get_float (gpointer     object,
  *
  * Retrieve the enum value of the specified property.
  *
- * Return value: an enum
+ * Return value: an enumeration
  **/
 gint
 katze_object_get_enum (gpointer     object,
@@ -690,7 +690,7 @@ katze_object_get_enum (gpointer     object,
  *
  * Retrieve the string value of the specified property.
  *
- * Return value: a float
+ * Return value: a newly allocated string
  **/
 gchar*
 katze_object_get_string (gpointer     object,