Method

GLibStringinsert_c

Declaration [src]

GString*
g_string_insert_c (
  GString* string,
  gssize pos,
  gchar c
)

Description [src]

Inserts a byte into a GString, expanding it if necessary.

Parameters

pos

Type: gssize

The position to insert the byte.

c

Type: gchar

The byte to insert.

Return value

Type: GString

string.

The returned data is owned by the instance.