Method

Adw.ValueObject.dup_string

Declaration [src]

char*
adw_value_object_dup_string (
  AdwValueObject* value
)

Description [src]

Copies the contained string if the value is of type G_TYPE_STRING.

Return value

Returns: char*

a copy of the contained string

Ownership of the data is transferred to the caller
The string is a NUL terminated UTF-8 string