mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Export gdk_pixbuf_new_from_xpm_data()
1999-10-22 Havoc Pennington <hp@pobox.com> * src/gdk-pixbuf.h: Export gdk_pixbuf_new_from_xpm_data()
This commit is contained in:
parent
5f3ae6ad67
commit
5cf2775f46
@ -1,3 +1,7 @@
|
||||
1999-10-22 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/gdk-pixbuf.h: Export gdk_pixbuf_new_from_xpm_data()
|
||||
|
||||
1999-10-22 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/io-xpm.c (image_load_xpm_data): Export this symbol for
|
||||
|
@ -64,6 +64,7 @@ GdkPixbuf *gdk_pixbuf_new_from_file (const char *filename);
|
||||
GdkPixbuf *gdk_pixbuf_new_from_data (guchar *data, ArtPixFormat format, gboolean has_alpha,
|
||||
int width, int height, int rowstride,
|
||||
ArtDestroyNotify dfunc, gpointer dfunc_data);
|
||||
GdkPixbuf *gdk_pixbuf_new_from_xpm_data (const gchar **data);
|
||||
|
||||
/* Transformations */
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user