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.

Available since:1.0

Return value

Returns: char*

a copy of the contained string

The caller of the function takes ownership of the data, and is responsible for freeing it
The string is a NUL terminated UTF-8 string