Correct documentation of katze_object_get_string and _get_enum

This commit is contained in:
Christian Dywan 2009-01-23 21:41:15 +01:00
parent 1829780e62
commit c5070bfcac

View 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,