[gtk-server] gtk-server.cfg and gtk_image_set_from_pixbuf

Hi,

I saw in the gtk-server.cfg at http://www.gtk-server.org/gtk-server.cfg (and
also in the version distributed with gtk-server 2.0.5) a mapping like this:

GTK_LIB_FUNCTION = gtk_image_set_from_pixbuf, NONE, WIDGET, 2, WIDGET,
WIDGET

But in the Gtk Api I found:

void        gtk_image_set_from_pixbuf       (GtkImage *image,
                                             GdkPixbuf *pixbuf);

So the return value of gtk_image_set_from_pixbuf is void and not widget like
in the gtk-server mapping.
I found a bug or I simply don't understand gtk-server.cfg file format?

Thanks,

Leonardo Cecchi


Other related posts: