Method

GLibStringappend_unichar

Declaration

GString*
g_string_append_unichar (
  GString* string,
  gunichar wc
)

Description

Converts a Unicode character into UTF-8, and appends it to the string.

Parameters

wc

Type: gunichar

A Unicode character.

Return value

Type: GString

string.

The data is owned by the instance.