Does anyone know what "inline XPM data" is? I need this for gdk_pixbuf_new_from_xpm_data, which accepts a pointer to a const char list (**). Why does this need to be a list? An xpm will work in a normal char buffer just like any other image, right? But if it needs to be passed as a list, how do I structure it?