[ CCode ( has_construct_function = false ) ]
public Pixbuf.from_xpm_data (string[] data)
Creates a new pixbuf by parsing XPM data in memory.
Use [ctor@GdkPixbuf.Pixbuf.new_from_stream] with a [class@Gio.MemoryInputStream], making sure to handle errors in case the XPM format loader is not available
This data is commonly the result of including an XPM file into a program's C source.
| data |
Pointer to inline XPM data. |
|
A newly-created pixbuf |