GLib.String.prepend_unichar (original) (raw)

GLib

API Version: 2.0

Library Version: 2.85.1

Type

String

Methods

append append_c append_len append_printf append_unichar append_uri_escaped append_vprintf ascii_down ascii_up assign copy down equal erase free free_and_steal free_to_bytes hash insert insert_c insert_len insert_unichar overwrite overwrite_len prepend prepend_c prepend_len prepend_unichar printf replace set_size truncate up vprintf

Generated by gi-docgen 2024.1

Method

GLibStringprepend_unichar

Declaration [src]


GString*
g_string_prepend_unichar (
  GString* string,
  gunichar wc
)

Description [src]

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 returned data is owned by the instance.