API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
gchar* g_strnfill ( gsize length, gchar fill_char )
Creates a new string length bytes long filled with fill_char.
length
fill_char
Type: gsize
gsize
The length of the new string.
Type: gchar
gchar
The byte to fill the string with.
Type: gchar*
gchar*
A newly-allocated string filled with fill_char.