Method

GLibStringappend_c

Declaration

GString*
g_string_append_c (
  GString* string,
  gchar c
)

Description

Adds a byte onto the end of a GString, expanding it if necessary.

Parameters

c

Type: gchar

The byte to append onto the end of string.

Return value

Type: GString

string.

The data is owned by the instance.