Method

IdeTweaksBindingdup_string

Declaration

char*
ide_tweaks_binding_dup_string (
  IdeTweaksBinding* self
)

Description

Gets the current value as a newly allocated string.

Return value

Type: char*

A string or NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.