/* * Copyright 2003 Kevin Ryde * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include /* sgtk_scm2cvec puts a zero element (ie. NULL) at the end of "data". This interp is just to discard the len parameter. Maybe could do that with a change to build-guile-gtk-1.2. */ GdkPixbuf * gdk_pixbuf_new_from_xpm_data_interp (int len, const char **data) { return gdk_pixbuf_new_from_xpm_data (data); }