GtkTextBuffer::insert_pixbuf

void insert_pixbuf(GtkTextIter location, GdkPixbuf image);

Inserts an image specified by image into the text buffer at the location specified by location. The image will be counted as one character in character counts, and when obtaining the buffer contents as a string, will be represented by the Unicode "object replacement character" 0xFFFC.