Function

GimpConfigInterfaceserialize_strv

Declaration [src]

gboolean
gimp_config_serialize_strv (
  const GValue* value,
  GString* str
)

Description [src]

Appends a string repr of the GStrv value of GValue to str. Repr is an integer literal greater than or equal to zero, followed by a possibly empty sequence of quoted and escaped string literals.

Available since:3.0

Parameters

value GValue
 

Source GValue holding a GStrv.

 The data is owned by the caller of the function.
str GString
 

Destination string.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE always.