Method

GLibStringprepend_unichar

Declaration

GString*
g_string_prepend_unichar (
  GString* string,
  gunichar wc
)

Description

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

Parameters

wc

Type: gunichar

A Unicode character.

Return value

Type: GString

string.

The data is owned by the instance.