Correct documentation of katze_object_get_string and _get_enum
This commit is contained in:
parent
1829780e62
commit
c5070bfcac
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue